#965805

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

Shades of Golden Brown #965805

Tints of Golden Brown #965805

Color information

#965805 (or 0x965805) is unknown color: approx Golden Brown. HEX triplet: 96, 58 and 05. RGB value is (150,88,5). Sum of RGB (Red+Green+Blue) = 150+88+5=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #965805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965805 is #69A7FA. Grayscale: #616161. Windows color (decimal): -6924283 or 350358. OLE color: 350358.

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

Color convert

RGB150885-
CMYK00.410.970.41
HSL34.34º93.55%30.39%-
HSV(B)34.34º96.67%58.82%-
XYZ16.0913.471.9-
YUV97.0876.04165.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.73%
GREEN value IS 88 (34.77% from 255) = 36.21%
BLUE value IS 5 (2.34% from 255) = 2.06%
R=61.73%
G=36.21%
B=2.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15088500.410.970.4134.3493.5530.39
Hex965850296129225e1e
Octal2261305051141514213636
Binary10010110101100010101010011100001101001100010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965805; }

 p { color: rgb(150,88,5); }

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

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

 a { background-color: rgb(150,88,5); }

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

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

 span { border-color: rgb(150,88,5); }

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