Html Css Color HEX #9C6909 Golden Brown

📋 copy color: '#9C6909'

red 156 ◦ green 105 ◦ blue 9

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

Shades of Golden Brown #9C6909

Tints of Golden Brown #9C6909

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.89%

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

R = 57.78%
G = 38.89%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9C6909 (or 0x9C6909) is known color: Golden Brown. HEX triplet: 9C, 69 and 09. RGB value is (156,105,9). Sum of RGB (Red+Green+Blue) = 156+105+9=270 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.78% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6909 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6909 is #6396F6. Grayscale: #6D6D6D. Windows color (decimal): -6526711 or 616860. OLE color: 616860.

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

Color convert

RGB 156 105 9 -
CMYK 0 0.33 0.94 0.39
HSL 39.18º 0.89% 0.32% -
HSV(B) 39.18º 0.94% 0.61% -
XYZ 18.81 17.19 2.59 -
YUV 109.31 71.4 161.31 -
System Red Green Blue C M Y K H S L
Decimal 156 105 9 0 0.33 0.94 0.39 39.18 0.89 0.32
Hex 9C 69 9 0 21 5E 27 27 59 20
Octal 234 151 11 0 41 136 47 47 131 40
Binary 10011100 1101001 1001 0 100001 1011110 100111 100111 1011001 100000

Color Harmonies of #9C6909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6909

Black with #9C6909

Text Example


Text Example

White with #9C6909

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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