Html Css Color HEX #9C6A13 Golden Brown

📋 copy color: '#9C6A13'

red 156 ◦ green 106 ◦ blue 19

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

Shades of Golden Brown #9C6A13

Tints of Golden Brown #9C6A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.76%

R = 55.52%
G = 37.72%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9C6A13 (or 0x9C6A13) is known color: Golden Brown. HEX triplet: 9C, 6A and 13. RGB value is (156,106,19). Sum of RGB (Red+Green+Blue) = 156+106+19=281 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.52% from 281); Green value is 106 (41.80% from 255 or 37.72% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6A13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6A13 is #6395EC. Grayscale: #6F6F6F. Windows color (decimal): -6526445 or 1272476. OLE color: 1272476.

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

Color convert

RGB 156 106 19 -
CMYK 0 0.32 0.88 0.39
HSL 38.1º 0.78% 0.34% -
HSV(B) 38.1º 0.88% 0.61% -
XYZ 18.98 17.42 2.98 -
YUV 111.03 76.07 160.07 -
System Red Green Blue C M Y K H S L
Decimal 156 106 19 0 0.32 0.88 0.39 38.1 0.78 0.34
Hex 9C 6A 13 0 20 58 27 26 4E 22
Octal 234 152 23 0 40 130 47 46 116 42
Binary 10011100 1101010 10011 0 100000 1011000 100111 100110 1001110 100010

Color Harmonies of #9C6A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6A13

Black with #9C6A13

Text Example


Text Example

White with #9C6A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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