Html Css Color HEX #9C8062 Sorrell Brown

📋 copy color: '#9C8062'

red 156 ◦ green 128 ◦ blue 98

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

Shades of Sorrell Brown #9C8062

Tints of Sorrell Brown #9C8062

RGB

 RED value IS 156 (61.33% from 255) = 40.84%

 GREEN value IS 128 (50.39% from 255) = 33.51%

 BLUE value IS 98 (38.67% from 255) = 25.65%

R = 40.84%
G = 33.51%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#9C8062 (or 0x9C8062) is known color: Sorrell Brown. HEX triplet: 9C, 80 and 62. RGB value is (156,128,98). Sum of RGB (Red+Green+Blue) = 156+128+98=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8062 is #637F9D. Grayscale: #858585. Windows color (decimal): -6520734 or 6455452. OLE color: 6455452.

HSL color Cylindrical-coordinate representation of color #9C8062: hue angle of 31.03º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C8062 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 128 98 -
CMYK 0 0.18 0.37 0.39
HSL 31.03º 0.23% 0.5% -
HSV(B) 31.03º 0.37% 0.61% -
XYZ 23.63 23.39 14.82 -
YUV 132.95 108.28 144.44 -
System Red Green Blue C M Y K H S L
Decimal 156 128 98 0 0.18 0.37 0.39 31.03 0.23 0.5
Hex 9C 80 62 0 12 25 27 1F 17 32
Octal 234 200 142 0 22 45 47 37 27 62
Binary 10011100 10000000 1100010 0 10010 100101 100111 11111 10111 110010

Color Harmonies of #9C8062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8062

Black with #9C8062

Text Example


Text Example

White with #9C8062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,128,98); }

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

background-color css

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

 a { background-color: rgb(156,128,98); }

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

border-color css

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

 span { border-color: rgb(156,128,98); }

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