#965D03

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

Shades of Golden Brown #965D03

Tints of Golden Brown #965D03

Color information

#965D03 (or 0x965D03) is unknown color: approx Golden Brown. HEX triplet: 96, 5D and 03. RGB value is (150,93,3). Sum of RGB (Red+Green+Blue) = 150+93+3=246 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.98% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 3 (1.56% from 255 or 1.22% from 246); Max value from RGB is 150 - color contains mainly: red. Hex color #965D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965D03 is #69A2FC. Grayscale: #646464. Windows color (decimal): -6923005 or 220566. OLE color: 220566.

HSL color Cylindrical-coordinate representation of color #965D03: hue angle of 36.73º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #965D03 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.41.

Color convert

RGB150933-
CMYK00.380.980.41
HSL36.73º96.08%30%-
HSV(B)36.73º98%58.82%-
XYZ16.5114.321.98-
YUV99.7873.38163.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.98%
GREEN value IS 93 (36.72% from 255) = 37.80%
BLUE value IS 3 (1.56% from 255) = 1.22%
R=60.98%
G=37.80%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.98
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15093300.380.980.4136.7396.0830
Hex965D3026622925601e
Octal2261353046142514514036
Binary1001011010111011101001101100010101001100101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,93,3); }

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

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

 a { background-color: rgb(150,93,3); }

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

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

 span { border-color: rgb(150,93,3); }

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