Html Css Color HEX #9C6A09 Golden Brown

📋 copy color: '#9C6A09'

red 156 ◦ green 106 ◦ blue 9

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

Shades of Golden Brown #9C6A09

Tints of Golden Brown #9C6A09

RGB

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

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

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

R = 57.56%
G = 39.11%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9C6A09 (or 0x9C6A09) is known color: Golden Brown. HEX triplet: 9C, 6A and 09. RGB value is (156,106,9). Sum of RGB (Red+Green+Blue) = 156+106+9=271 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.56% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 9 (3.91% from 255 or 3.32% from 271); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6A09 is #6395F6. Grayscale: #6E6E6E. Windows color (decimal): -6526455 or 617116. OLE color: 617116.

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

Color convert

RGB 156 106 9 -
CMYK 0 0.32 0.94 0.39
HSL 39.59º 0.89% 0.32% -
HSV(B) 39.59º 0.94% 0.61% -
XYZ 18.91 17.4 2.62 -
YUV 109.89 71.07 160.89 -
System Red Green Blue C M Y K H S L
Decimal 156 106 9 0 0.32 0.94 0.39 39.59 0.89 0.32
Hex 9C 6A 9 0 20 5E 27 28 59 20
Octal 234 152 11 0 40 136 47 50 131 40
Binary 10011100 1101010 1001 0 100000 1011110 100111 101000 1011001 100000

Color Harmonies of #9C6A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6A09

Black with #9C6A09

Text Example


Text Example

White with #9C6A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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