#956306

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

Shades of Golden Brown #956306

Tints of Golden Brown #956306

Color information

#956306 (or 0x956306) is unknown color: approx Golden Brown. HEX triplet: 95, 63 and 06. RGB value is (149,99,6). Sum of RGB (Red+Green+Blue) = 149+99+6=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #956306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956306 is #6A9CF9. Grayscale: #676767. Windows color (decimal): -6987002 or 418709. OLE color: 418709.

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

Color convert

RGB149996-
CMYK00.340.960.42
HSL39.02º92.26%30.39%-
HSV(B)39.02º95.97%58.43%-
XYZ16.8915.332.24-
YUV103.3573.06160.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.66%
GREEN value IS 99 (39.06% from 255) = 38.98%
BLUE value IS 6 (2.73% from 255) = 2.36%
R=58.66%
G=38.98%
B=2.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14999600.340.960.4239.0292.2630.39
Hex95636022602A275c1e
Octal2251436042140524713436
Binary10010101110001111001000101100000101010100111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956306; }

 p { color: rgb(149,99,6); }

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

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

 a { background-color: rgb(149,99,6); }

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

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

 span { border-color: rgb(149,99,6); }

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