Html Css Color HEX #9C6A0A Golden Brown

📋 copy color: '#9C6A0A'

red 156 ◦ green 106 ◦ blue 10

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

Shades of Golden Brown #9C6A0A

Tints of Golden Brown #9C6A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.68%

R = 57.35%
G = 38.97%
B = 3.68%

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

#9C6A0A (or 0x9C6A0A) is known color: Golden Brown. HEX triplet: 9C, 6A and 0A. RGB value is (156,106,10). Sum of RGB (Red+Green+Blue) = 156+106+10=272 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.35% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6A0A is #6395F5. Grayscale: #6E6E6E. Windows color (decimal): -6526454 or 682652. OLE color: 682652.

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

Color convert

RGB 156 106 10 -
CMYK 0 0.32 0.94 0.39
HSL 39.45º 0.88% 0.33% -
HSV(B) 39.45º 0.94% 0.61% -
XYZ 18.92 17.4 2.65 -
YUV 110.01 71.57 160.81 -
System Red Green Blue C M Y K H S L
Decimal 156 106 10 0 0.32 0.94 0.39 39.45 0.88 0.33
Hex 9C 6A A 0 20 5E 27 27 58 21
Octal 234 152 12 0 40 136 47 47 130 41
Binary 10011100 1101010 1010 0 100000 1011110 100111 100111 1011000 100001

Color Harmonies of #9C6A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6A0A

Black with #9C6A0A

Text Example


Text Example

White with #9C6A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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