#965615

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

Shades of Golden Brown #965615

Tints of Golden Brown #965615

Color information

#965615 (or 0x965615) is unknown color: approx Golden Brown. HEX triplet: 96, 56 and 15. RGB value is (150,86,21). Sum of RGB (Red+Green+Blue) = 150+86+21=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #965615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965615 is #69A9EA. Grayscale: #626262. Windows color (decimal): -6924779 or 1398422. OLE color: 1398422.

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

Color convert

RGB1508621-
CMYK00.430.860.41
HSL30.23º75.44%33.53%-
HSV(B)30.23º86%58.82%-
XYZ16.0413.192.41-
YUV97.7384.7165.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.37%
GREEN value IS 86 (33.98% from 255) = 33.46%
BLUE value IS 21 (8.59% from 255) = 8.17%
R=58.37%
G=33.46%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150862100.430.860.4130.2375.4433.53
Hex96561502B56291e4b22
Octal22612625053126513611342
Binary1001011010101101010101010111010110101001111101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965615; }

 p { color: rgb(150,86,21); }

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

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

 a { background-color: rgb(150,86,21); }

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

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

 span { border-color: rgb(150,86,21); }

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