#9E6712

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

Shades of Golden Brown #9E6712

Tints of Golden Brown #9E6712

Color information

#9E6712 (or 0x9E6712) is unknown color: approx Golden Brown. HEX triplet: 9E, 67 and 12. RGB value is (158,103,18). Sum of RGB (Red+Green+Blue) = 158+103+18=279 (36% of max value = 765). Red value is 158 (62.11% from 255 or 56.63% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E6712 is #6198ED. Grayscale: #6E6E6E. Windows color (decimal): -6396142 or 1206174. OLE color: 1206174.

HSL color Cylindrical-coordinate representation of color #9E6712: hue angle of 36.43º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E6712 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB15810318-
CMYK00.350.890.38
HSL36.43º79.55%34.51%-
HSV(B)36.43º88.61%61.96%-
XYZ19.0617.012.85-
YUV109.7676.22162.41-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 56.63%
GREEN value IS 103 (40.62% from 255) = 36.92%
BLUE value IS 18 (7.42% from 255) = 6.45%
R=56.63%
G=36.92%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581031800.350.890.3836.4379.5534.51
Hex9E67120235926245023
Octal23614722043131464412043
Binary10011110110011110010010001110110011001101001001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,103,18); }

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

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

 a { background-color: rgb(158,103,18); }

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

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

 span { border-color: rgb(158,103,18); }

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