#967413

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

Shades of Golden Brown #967413

Tints of Golden Brown #967413

Color information

#967413 (or 0x967413) is unknown color: approx Golden Brown. HEX triplet: 96, 74 and 13. RGB value is (150,116,19). Sum of RGB (Red+Green+Blue) = 150+116+19=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #967413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967413 is #698BEC. Grayscale: #737373. Windows color (decimal): -6917101 or 1275030. OLE color: 1275030.

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

Color convert

RGB15011619-
CMYK00.230.870.41
HSL44.43º77.51%33.14%-
HSV(B)44.43º87.33%58.82%-
XYZ18.9419.023.29-
YUV115.1173.76152.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.63%
GREEN value IS 116 (45.70% from 255) = 40.70%
BLUE value IS 19 (7.81% from 255) = 6.67%
R=52.63%
G=40.70%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501161900.230.870.4144.4377.5133.14
Hex96741301757292c4e21
Octal22616423027127515411641
Binary1001011011101001001101011110101111010011011001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967413; }

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

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

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

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

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

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

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

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