#956702

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

Shades of Golden Brown #956702

Tints of Golden Brown #956702

Color information

#956702 (or 0x956702) is unknown color: approx Golden Brown. HEX triplet: 95, 67 and 02. RGB value is (149,103,2). Sum of RGB (Red+Green+Blue) = 149+103+2=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #956702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956702 is #6A98FD. Grayscale: #696969. Windows color (decimal): -6985982 or 157589. OLE color: 157589.

HSL color Cylindrical-coordinate representation of color #956702: hue angle of 41.22º 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 #956702 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB1491032-
CMYK00.310.990.42
HSL41.22º97.35%29.61%-
HSV(B)41.22º98.66%58.43%-
XYZ17.2616.092.25-
YUV105.2469.74159.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.66%
GREEN value IS 103 (40.62% from 255) = 40.55%
BLUE value IS 2 (1.17% from 255) = 0.79%
R=58.66%
G=40.55%
B=0.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149103200.310.990.4241.2297.3529.61
Hex9567201F632A29611e
Octal2251472037143525114136
Binary100101011100111100111111100011101010101001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956702; }

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

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

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

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

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

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

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

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