Html Css Color HEX #9C8061 Sorrell Brown

📋 copy color: '#9C8061'

red 156 ◦ green 128 ◦ blue 97

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

Shades of Sorrell Brown #9C8061

Tints of Sorrell Brown #9C8061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.46%

R = 40.94%
G = 33.6%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#9C8061 (or 0x9C8061) is known color: Sorrell Brown. HEX triplet: 9C, 80 and 61. RGB value is (156,128,97). Sum of RGB (Red+Green+Blue) = 156+128+97=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8061 is #637F9E. Grayscale: #848484. Windows color (decimal): -6520735 or 6389916. OLE color: 6389916.

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

Color convert

RGB 156 128 97 -
CMYK 0 0.18 0.38 0.39
HSL 31.53º 0.23% 0.5% -
HSV(B) 31.53º 0.38% 0.61% -
XYZ 23.59 23.37 14.58 -
YUV 132.84 107.78 144.52 -
System Red Green Blue C M Y K H S L
Decimal 156 128 97 0 0.18 0.38 0.39 31.53 0.23 0.5
Hex 9C 80 61 0 12 26 27 20 17 32
Octal 234 200 141 0 22 46 47 40 27 62
Binary 10011100 10000000 1100001 0 10010 100110 100111 100000 10111 110010

Color Harmonies of #9C8061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8061

Black with #9C8061

Text Example


Text Example

White with #9C8061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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