Html Css Color HEX #9A7B60 Sorrell Brown

📋 copy color: '#9A7B60'

red 154 ◦ green 123 ◦ blue 96

#9A7B60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sorrell Brown #9A7B60

Tints of Sorrell Brown #9A7B60

RGB

 RED value IS 154 (60.55% from 255) = 41.29%

 GREEN value IS 123 (48.44% from 255) = 32.98%

 BLUE value IS 96 (37.89% from 255) = 25.74%

R = 41.29%
G = 32.98%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.40

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9A7B60 (or 0x9A7B60) is known color: Sorrell Brown. HEX triplet: 9A, 7B and 60. RGB value is (154,123,96). Sum of RGB (Red+Green+Blue) = 154+123+96=373 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.29% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7B60 is #65849F. Grayscale: #818181. Windows color (decimal): -6653088 or 6323098. OLE color: 6323098.

HSL color Cylindrical-coordinate representation of color #9A7B60: hue angle of 27.93º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A7B60 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 123 96 -
CMYK 0 0.20 0.38 0.40
HSL 27.93º 0.23% 0.49% -
HSV(B) 27.93º 0.38% 0.6% -
XYZ 22.52 21.88 14.1 -
YUV 129.19 109.27 145.7 -
System Red Green Blue C M Y K H S L
Decimal 154 123 96 0 0.20 0.38 0.40 27.93 0.23 0.49
Hex 9A 7B 60 0 14 26 28 1C 17 31
Octal 232 173 140 0 24 46 50 34 27 61
Binary 10011010 1111011 1100000 0 10100 100110 101000 11100 10111 110001

Color Harmonies of #9A7B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7B60

Black with #9A7B60

Text Example


Text Example

White with #9A7B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A7B60; }

 p { color: rgb(154,123,96); }

 H1.HeaderClassName
 {
   color: #9A7B60;
 }
 .AnyTagClassName
 {
   color: #9A7B60;
 }
</style>

background-color css

<style>
 a { background-color: #9A7B60; }

 a { background-color: rgb(154,123,96); }

 div.DivClassName
 {
   background-color: #9A7B60;
 }
 .BgClassName
 {
   background-color: #9A7B60;
 }
</style>

border-color css

<style>
 span { border-color: #9A7B60; }

 span { border-color: rgb(154,123,96); }

 td.TdClassName
 {
   border-color: #9A7B60;
 }
 .TagClassName
 {
   border-color: #9A7B60;
 }
</style>