#956405

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

Shades of Golden Brown #956405

Tints of Golden Brown #956405

Color information

#956405 (or 0x956405) is unknown color: approx Golden Brown. HEX triplet: 95, 64 and 05. RGB value is (149,100,5). Sum of RGB (Red+Green+Blue) = 149+100+5=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 100 (39.45% from 255 or 39.37% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #956405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956405 is #6A9BFA. Grayscale: #686868. Windows color (decimal): -6986747 or 353429. OLE color: 353429.

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

Color convert

RGB1491005-
CMYK00.330.970.42
HSL39.58º93.51%30.2%-
HSV(B)39.58º96.64%58.43%-
XYZ16.9815.512.24-
YUV103.8272.23160.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.66%
GREEN value IS 100 (39.45% from 255) = 39.37%
BLUE value IS 5 (2.34% from 255) = 1.97%
R=58.66%
G=39.37%
B=1.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149100500.330.970.4239.5893.5130.2
Hex95645021612A285e1e
Octal2251445041141525013636
Binary10010101110010010101000011100001101010101000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956405; }

 p { color: rgb(149,100,5); }

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

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

 a { background-color: rgb(149,100,5); }

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

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

 span { border-color: rgb(149,100,5); }

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