Html Css Color HEX #9C6A21 Golden Brown

📋 copy color: '#9C6A21'

red 156 ◦ green 106 ◦ blue 33

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

Shades of Golden Brown #9C6A21

Tints of Golden Brown #9C6A21

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.93%

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

R = 52.88%
G = 35.93%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9C6A21 (or 0x9C6A21) is known color: Golden Brown. HEX triplet: 9C, 6A and 21. RGB value is (156,106,33). Sum of RGB (Red+Green+Blue) = 156+106+33=295 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.88% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6A21 is #6395DE. Grayscale: #707070. Windows color (decimal): -6526431 or 2189980. OLE color: 2189980.

HSL color Cylindrical-coordinate representation of color #9C6A21: hue angle of 35.61º 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 #9C6A21 is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 106 33 -
CMYK 0 0.32 0.79 0.39
HSL 35.61º 0.65% 0.37% -
HSV(B) 35.61º 0.79% 0.61% -
XYZ 19.14 17.49 3.81 -
YUV 112.63 83.07 158.94 -
System Red Green Blue C M Y K H S L
Decimal 156 106 33 0 0.32 0.79 0.39 35.61 0.65 0.37
Hex 9C 6A 21 0 20 4F 27 24 41 25
Octal 234 152 41 0 40 117 47 44 101 45
Binary 10011100 1101010 100001 0 100000 1001111 100111 100100 1000001 100101

Color Harmonies of #9C6A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6A21

Black with #9C6A21

Text Example


Text Example

White with #9C6A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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