#965816

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

Shades of Golden Brown #965816

Tints of Golden Brown #965816

Color information

#965816 (or 0x965816) is unknown color: approx Golden Brown. HEX triplet: 96, 58 and 16. RGB value is (150,88,22). Sum of RGB (Red+Green+Blue) = 150+88+22=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #965816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965816 is #69A7E9. Grayscale: #636363. Windows color (decimal): -6924266 or 1464470. OLE color: 1464470.

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

Color convert

RGB1508822-
CMYK00.410.850.41
HSL30.94º74.42%33.73%-
HSV(B)30.94º85.33%58.82%-
XYZ16.2113.522.51-
YUV99.0184.54164.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.69%
GREEN value IS 88 (34.77% from 255) = 33.85%
BLUE value IS 22 (8.98% from 255) = 8.46%
R=57.69%
G=33.85%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150882200.410.850.4130.9474.4233.73
Hex96581602955291f4a22
Octal22613026051125513711242
Binary1001011010110001011001010011010101101001111111001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965816; }

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

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

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

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

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

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

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

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