#965B0F

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

Shades of Golden Brown #965B0F

Tints of Golden Brown #965B0F

Color information

#965B0F (or 0x965B0F) is unknown color: approx Golden Brown. HEX triplet: 96, 5B and 0F. RGB value is (150,91,15). Sum of RGB (Red+Green+Blue) = 150+91+15=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #965B0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965B0F is #69A4F0. Grayscale: #646464. Windows color (decimal): -6923505 or 1006486. OLE color: 1006486.

HSL color Cylindrical-coordinate representation of color #965B0F: hue angle of 33.78º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #965B0F is Cyan = 0, Magento = 0.39, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB1509115-
CMYK00.390.90.41
HSL33.78º81.82%32.35%-
HSV(B)33.78º90%58.82%-
XYZ16.4142.29-
YUV99.9880.05163.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.59%
GREEN value IS 91 (35.94% from 255) = 35.55%
BLUE value IS 15 (6.25% from 255) = 5.86%
R=58.59%
G=35.55%
B=5.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.9
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150911500.390.90.4133.7881.8232.35
Hex965BF0275A29225220
Octal22613317047132514212240
Binary1001011010110111111010011110110101010011000101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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