#965F0E

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

Shades of Golden Brown #965F0E

Tints of Golden Brown #965F0E

Color information

#965F0E (or 0x965F0E) is unknown color: approx Golden Brown. HEX triplet: 96, 5F and 0E. RGB value is (150,95,14). Sum of RGB (Red+Green+Blue) = 150+95+14=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #965F0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965F0E is #69A0F1. Grayscale: #666666. Windows color (decimal): -6922482 or 941974. OLE color: 941974.

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

Color convert

RGB1509514-
CMYK00.370.910.41
HSL35.74º82.93%32.16%-
HSV(B)35.74º90.67%58.82%-
XYZ16.7514.72.37-
YUV102.2178.22162.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.92%
GREEN value IS 95 (37.5% from 255) = 36.68%
BLUE value IS 14 (5.86% from 255) = 5.41%
R=57.92%
G=36.68%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150951400.370.910.4135.7482.9332.16
Hex965FE0255B29245320
Octal22613716045133514412340
Binary1001011010111111110010010110110111010011001001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,95,14); }

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

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

 a { background-color: rgb(150,95,14); }

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

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

 span { border-color: rgb(150,95,14); }

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