#965B02

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

Shades of Golden Brown #965B02

Tints of Golden Brown #965B02

Color information

#965B02 (or 0x965B02) is unknown color: approx Golden Brown. HEX triplet: 96, 5B and 02. RGB value is (150,91,2). Sum of RGB (Red+Green+Blue) = 150+91+2=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #965B02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965B02 is #69A4FD. Grayscale: #626262. Windows color (decimal): -6923518 or 154518. OLE color: 154518.

HSL color Cylindrical-coordinate representation of color #965B02: hue angle of 36.08º 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 #965B02 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB150912-
CMYK00.390.990.41
HSL36.08º97.37%29.8%-
HSV(B)36.08º98.67%58.82%-
XYZ16.3313.971.89-
YUV98.4973.55164.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.73%
GREEN value IS 91 (35.94% from 255) = 37.45%
BLUE value IS 2 (1.17% from 255) = 0.82%
R=61.73%
G=37.45%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15091200.390.990.4136.0897.3729.8
Hex965B2027632924611e
Octal2261332047143514414136
Binary1001011010110111001001111100011101001100100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965B02; }

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

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

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

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

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

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

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

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