Html Css Color HEX #9C6D09 Golden Brown

📋 copy color: '#9C6D09'

red 156 ◦ green 109 ◦ blue 9

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

Shades of Golden Brown #9C6D09

Tints of Golden Brown #9C6D09

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.78%

 BLUE value IS 9 (3.91% from 255) = 3.28%

R = 56.93%
G = 39.78%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9C6D09 (or 0x9C6D09) is known color: Golden Brown. HEX triplet: 9C, 6D and 09. RGB value is (156,109,9). Sum of RGB (Red+Green+Blue) = 156+109+9=274 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.93% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 9 (3.91% from 255 or 3.28% from 274); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6D09 is #6392F6. Grayscale: #707070. Windows color (decimal): -6525687 or 617884. OLE color: 617884.

HSL color Cylindrical-coordinate representation of color #9C6D09: hue angle of 40.82º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C6D09 is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 109 9 -
CMYK 0 0.30 0.94 0.39
HSL 40.82º 0.89% 0.32% -
HSV(B) 40.82º 0.94% 0.61% -
XYZ 19.23 18.02 2.72 -
YUV 111.65 70.07 159.63 -
System Red Green Blue C M Y K H S L
Decimal 156 109 9 0 0.30 0.94 0.39 40.82 0.89 0.32
Hex 9C 6D 9 0 1E 5E 27 29 59 20
Octal 234 155 11 0 36 136 47 51 131 40
Binary 10011100 1101101 1001 0 11110 1011110 100111 101001 1011001 100000

Color Harmonies of #9C6D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6D09

Black with #9C6D09

Text Example


Text Example

White with #9C6D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,109,9); }

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

background-color css

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

 a { background-color: rgb(156,109,9); }

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

border-color css

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

 span { border-color: rgb(156,109,9); }

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