Html Css Color HEX #9C6E0A Golden Brown

📋 copy color: '#9C6E0A'

red 156 ◦ green 110 ◦ blue 10

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

Shades of Golden Brown #9C6E0A

Tints of Golden Brown #9C6E0A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 39.86%

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

R = 56.52%
G = 39.86%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9C6E0A (or 0x9C6E0A) is known color: Golden Brown. HEX triplet: 9C, 6E and 0A. RGB value is (156,110,10). Sum of RGB (Red+Green+Blue) = 156+110+10=276 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.52% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6E0A is #6391F5. Grayscale: #707070. Windows color (decimal): -6525430 or 683676. OLE color: 683676.

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

Color convert

RGB 156 110 10 -
CMYK 0 0.29 0.94 0.39
HSL 41.1º 0.88% 0.33% -
HSV(B) 41.1º 0.94% 0.61% -
XYZ 19.34 18.24 2.79 -
YUV 112.35 70.24 159.13 -
System Red Green Blue C M Y K H S L
Decimal 156 110 10 0 0.29 0.94 0.39 41.1 0.88 0.33
Hex 9C 6E A 0 1D 5E 27 29 58 21
Octal 234 156 12 0 35 136 47 51 130 41
Binary 10011100 1101110 1010 0 11101 1011110 100111 101001 1011000 100001

Color Harmonies of #9C6E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6E0A

Black with #9C6E0A

Text Example


Text Example

White with #9C6E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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