#965405

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

Shades of Golden Brown #965405

Tints of Golden Brown #965405

Color information

#965405 (or 0x965405) is unknown color: approx Golden Brown. HEX triplet: 96, 54 and 05. RGB value is (150,84,5). Sum of RGB (Red+Green+Blue) = 150+84+5=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #965405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965405 is #69ABFA. Grayscale: #5F5F5F. Windows color (decimal): -6925307 or 349334. OLE color: 349334.

HSL color Cylindrical-coordinate representation of color #965405: hue angle of 32.69º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #965405 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB150845-
CMYK00.440.970.41
HSL32.69º93.55%30.39%-
HSV(B)32.69º96.67%58.82%-
XYZ15.7812.841.79-
YUV94.7377.37167.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 62.76%
GREEN value IS 84 (33.20% from 255) = 35.15%
BLUE value IS 5 (2.34% from 255) = 2.09%
R=62.76%
G=35.15%
B=2.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15084500.440.970.4132.6993.5530.39
Hex9654502C6129215e1e
Octal2261245054141514113636
Binary10010110101010010101011001100001101001100001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965405; }

 p { color: rgb(150,84,5); }

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

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

 a { background-color: rgb(150,84,5); }

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

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

 span { border-color: rgb(150,84,5); }

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