Html Css Color HEX #9C8269 Sorrell Brown

📋 copy color: '#9C8269'

red 156 ◦ green 130 ◦ blue 105

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

Shades of Sorrell Brown #9C8269

Tints of Sorrell Brown #9C8269

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.25%

 BLUE value IS 105 (41.41% from 255) = 26.85%

R = 39.9%
G = 33.25%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#9C8269 (or 0x9C8269) is known color: Sorrell Brown. HEX triplet: 9C, 82 and 69. RGB value is (156,130,105). Sum of RGB (Red+Green+Blue) = 156+130+105=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8269 is #637D96. Grayscale: #878787. Windows color (decimal): -6520215 or 6914716. OLE color: 6914716.

HSL color Cylindrical-coordinate representation of color #9C8269: hue angle of 29.41º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C8269 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 130 105 -
CMYK 0 0.17 0.33 0.39
HSL 29.41º 0.2% 0.51% -
HSV(B) 29.41º 0.33% 0.61% -
XYZ 24.24 24.05 16.73 -
YUV 134.92 111.11 143.03 -
System Red Green Blue C M Y K H S L
Decimal 156 130 105 0 0.17 0.33 0.39 29.41 0.2 0.51
Hex 9C 82 69 0 11 21 27 1D 14 33
Octal 234 202 151 0 21 41 47 35 24 63
Binary 10011100 10000010 1101001 0 10001 100001 100111 11101 10100 110011

Color Harmonies of #9C8269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8269

Black with #9C8269

Text Example


Text Example

White with #9C8269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,130,105); }

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

background-color css

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

 a { background-color: rgb(156,130,105); }

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

border-color css

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

 span { border-color: rgb(156,130,105); }

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