Html Css Color HEX #9C805F Sorrell Brown

📋 copy color: '#9C805F'

red 156 ◦ green 128 ◦ blue 95

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

Shades of Sorrell Brown #9C805F

Tints of Sorrell Brown #9C805F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.07%

R = 41.16%
G = 33.77%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9C805F (or 0x9C805F) is known color: Sorrell Brown. HEX triplet: 9C, 80 and 5F. RGB value is (156,128,95). Sum of RGB (Red+Green+Blue) = 156+128+95=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 156 - color contains mainly: red. Hex color #9C805F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C805F is #637FA0. Grayscale: #848484. Windows color (decimal): -6520737 or 6258844. OLE color: 6258844.

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

Color convert

RGB 156 128 95 -
CMYK 0 0.18 0.39 0.39
HSL 32.46º 0.24% 0.49% -
HSV(B) 32.46º 0.39% 0.61% -
XYZ 23.5 23.33 14.09 -
YUV 132.61 106.78 144.68 -
System Red Green Blue C M Y K H S L
Decimal 156 128 95 0 0.18 0.39 0.39 32.46 0.24 0.49
Hex 9C 80 5F 0 12 27 27 20 18 31
Octal 234 200 137 0 22 47 47 40 30 61
Binary 10011100 10000000 1011111 0 10010 100111 100111 100000 11000 110001

Color Harmonies of #9C805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C805F

Black with #9C805F

Text Example


Text Example

White with #9C805F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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