#916712

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

Shades of Golden Brown #916712

Tints of Golden Brown #916712

Color information

#916712 (or 0x916712) is unknown color: approx Golden Brown. HEX triplet: 91, 67 and 12. RGB value is (145,103,18). Sum of RGB (Red+Green+Blue) = 145+103+18=266 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.51% from 266); Green value is 103 (40.62% from 255 or 38.72% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 145 - color contains mainly: red. Hex color #916712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916712 is #6E98ED. Grayscale: #6A6A6A. Windows color (decimal): -7248110 or 1206161. OLE color: 1206161.

HSL color Cylindrical-coordinate representation of color #916712: hue angle of 40.16º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #916712 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB14510318-
CMYK00.290.880.43
HSL40.16º77.91%31.96%-
HSV(B)40.16º87.59%56.86%-
XYZ16.6415.762.74-
YUV105.8778.41155.91-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 54.51%
GREEN value IS 103 (40.62% from 255) = 38.72%
BLUE value IS 18 (7.42% from 255) = 6.77%
R=54.51%
G=38.72%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451031800.290.880.4340.1677.9131.96
Hex91671201D582B284e20
Octal22114722035130535011640
Binary1001000111001111001001110110110001010111010001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916712; }

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

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

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

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

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

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

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

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