Html Css Color HEX #9C6B21 Golden Brown

📋 copy color: '#9C6B21'

red 156 ◦ green 107 ◦ blue 33

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

Shades of Golden Brown #9C6B21

Tints of Golden Brown #9C6B21

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.15%

 BLUE value IS 33 (13.28% from 255) = 11.15%

R = 52.7%
G = 36.15%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9C6B21 (or 0x9C6B21) is known color: Golden Brown. HEX triplet: 9C, 6B and 21. RGB value is (156,107,33). Sum of RGB (Red+Green+Blue) = 156+107+33=296 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.70% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6B21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6B21 is #6394DE. Grayscale: #717171. Windows color (decimal): -6526175 or 2190236. OLE color: 2190236.

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

Color convert

RGB 156 107 33 -
CMYK 0 0.31 0.79 0.39
HSL 36.1º 0.65% 0.37% -
HSV(B) 36.1º 0.79% 0.61% -
XYZ 19.24 17.69 3.84 -
YUV 113.22 82.73 158.52 -
System Red Green Blue C M Y K H S L
Decimal 156 107 33 0 0.31 0.79 0.39 36.1 0.65 0.37
Hex 9C 6B 21 0 1F 4F 27 24 41 25
Octal 234 153 41 0 37 117 47 44 101 45
Binary 10011100 1101011 100001 0 11111 1001111 100111 100100 1000001 100101

Color Harmonies of #9C6B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6B21

Black with #9C6B21

Text Example


Text Example

White with #9C6B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,107,33); }

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

background-color css

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

 a { background-color: rgb(156,107,33); }

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

border-color css

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

 span { border-color: rgb(156,107,33); }

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