#967415

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

Shades of Golden Brown #967415

Tints of Golden Brown #967415

Color information

#967415 (or 0x967415) is unknown color: approx Golden Brown. HEX triplet: 96, 74 and 15. RGB value is (150,116,21). Sum of RGB (Red+Green+Blue) = 150+116+21=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #967415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967415 is #698BEA. Grayscale: #737373. Windows color (decimal): -6917099 or 1406102. OLE color: 1406102.

HSL color Cylindrical-coordinate representation of color #967415: hue angle of 44.19º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #967415 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB15011621-
CMYK00.230.860.41
HSL44.19º75.44%33.53%-
HSV(B)44.19º86%58.82%-
XYZ18.9619.033.38-
YUV115.3474.76152.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.26%
GREEN value IS 116 (45.70% from 255) = 40.42%
BLUE value IS 21 (8.59% from 255) = 7.32%
R=52.26%
G=40.42%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501162100.230.860.4144.1975.4433.53
Hex96741501756292c4b22
Octal22616425027126515411342
Binary1001011011101001010101011110101101010011011001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967415; }

 p { color: rgb(150,116,21); }

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

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

 a { background-color: rgb(150,116,21); }

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

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

 span { border-color: rgb(150,116,21); }

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