#956602

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

Shades of Golden Brown #956602

Tints of Golden Brown #956602

Color information

#956602 (or 0x956602) is unknown color: approx Golden Brown. HEX triplet: 95, 66 and 02. RGB value is (149,102,2). Sum of RGB (Red+Green+Blue) = 149+102+2=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #956602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956602 is #6A99FD. Grayscale: #696969. Windows color (decimal): -6986238 or 157333. OLE color: 157333.

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

Color convert

RGB1491022-
CMYK00.320.990.42
HSL40.82º97.35%29.61%-
HSV(B)40.82º98.66%58.43%-
XYZ17.1615.92.22-
YUV104.6570.07159.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.89%
GREEN value IS 102 (40.23% from 255) = 40.32%
BLUE value IS 2 (1.17% from 255) = 0.79%
R=58.89%
G=40.32%
B=0.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149102200.320.990.4240.8297.3529.61
Hex95662020632A29611e
Octal2251462040143525114136
Binary1001010111001101001000001100011101010101001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956602; }

 p { color: rgb(149,102,2); }

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

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

 a { background-color: rgb(149,102,2); }

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

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

 span { border-color: rgb(149,102,2); }

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