#965702

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

Shades of Golden Brown #965702

Tints of Golden Brown #965702

Color information

#965702 (or 0x965702) is unknown color: approx Golden Brown. HEX triplet: 96, 57 and 02. RGB value is (150,87,2). Sum of RGB (Red+Green+Blue) = 150+87+2=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #965702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965702 is #69A8FD. Grayscale: #606060. Windows color (decimal): -6924542 or 153494. OLE color: 153494.

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

Color convert

RGB150872-
CMYK00.420.990.41
HSL34.46º97.37%29.8%-
HSV(B)34.46º98.67%58.82%-
XYZ1613.31.78-
YUV96.1574.87166.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 62.76%
GREEN value IS 87 (34.38% from 255) = 36.40%
BLUE value IS 2 (1.17% from 255) = 0.84%
R=62.76%
G=36.40%
B=0.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15087200.420.990.4134.4697.3729.8
Hex9657202A632922611e
Octal2261272052143514214136
Binary1001011010101111001010101100011101001100010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965702; }

 p { color: rgb(150,87,2); }

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

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

 a { background-color: rgb(150,87,2); }

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

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

 span { border-color: rgb(150,87,2); }

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