#9C7108

Color #9C7108 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #9C7108

Tints of Golden Brown #9C7108

Color information

#9C7108 (or 0x9C7108) is unknown color: approx Golden Brown. HEX triplet: 9C, 71 and 08. RGB value is (156,113,8). Sum of RGB (Red+Green+Blue) = 156+113+8=277 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.32% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7108 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7108 is #638EF7. Grayscale: #727272. Windows color (decimal): -6524664 or 553372. OLE color: 553372.

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

Color convert

RGB1561138-
CMYK00.280.950.39
HSL42.57º90.24%32.16%-
HSV(B)42.57º94.87%61.18%-
XYZ19.6618.92.84-
YUV113.8968.25158.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 56.32%
GREEN value IS 113 (44.53% from 255) = 40.79%
BLUE value IS 8 (3.52% from 255) = 2.89%
R=56.32%
G=40.79%
B=2.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.95
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156113800.280.950.3942.5790.2432.16
Hex9C71801C5F272b5a20
Octal23416110034137475313240
Binary100111001110001100001110010111111001111010111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,113,8); }

 H1.HeaderClassName
 {
   color: #9C7108;
 }
 .AnyTagClassName
 {
   color: #9C7108;
 }
</style>
background-color css

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

 a { background-color: rgb(156,113,8); }

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

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

 span { border-color: rgb(156,113,8); }

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