#965A0F

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

Shades of Golden Brown #965A0F

Tints of Golden Brown #965A0F

Color information

#965A0F (or 0x965A0F) is unknown color: approx Golden Brown. HEX triplet: 96, 5A and 0F. RGB value is (150,90,15). Sum of RGB (Red+Green+Blue) = 150+90+15=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #965A0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965A0F is #69A5F0. Grayscale: #636363. Windows color (decimal): -6923761 or 1006230. OLE color: 1006230.

HSL color Cylindrical-coordinate representation of color #965A0F: hue angle of 33.33º 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 #965A0F is Cyan = 0, Magento = 0.4, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB1509015-
CMYK00.40.90.41
HSL33.33º81.82%32.35%-
HSV(B)33.33º90%58.82%-
XYZ16.3213.832.26-
YUV99.3980.38164.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.82%
GREEN value IS 90 (35.55% from 255) = 35.29%
BLUE value IS 15 (6.25% from 255) = 5.88%
R=58.82%
G=35.29%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.9
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150901500.40.90.4133.3381.8232.35
Hex965AF0285A29215220
Octal22613217050132514112240
Binary1001011010110101111010100010110101010011000011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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