#96690E

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

Shades of Golden Brown #96690E

Tints of Golden Brown #96690E

Color information

#96690E (or 0x96690E) is unknown color: approx Golden Brown. HEX triplet: 96, 69 and 0E. RGB value is (150,105,14). Sum of RGB (Red+Green+Blue) = 150+105+14=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #96690E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96690E is #6996F1. Grayscale: #6C6C6C. Windows color (decimal): -6919922 or 944534. OLE color: 944534.

HSL color Cylindrical-coordinate representation of color #96690E: hue angle of 40.15º 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 #96690E is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB15010514-
CMYK00.300.910.41
HSL40.15º82.93%32.16%-
HSV(B)40.15º90.67%58.82%-
XYZ17.7116.622.69-
YUV108.0874.91157.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.76%
GREEN value IS 105 (41.41% from 255) = 39.03%
BLUE value IS 14 (5.86% from 255) = 5.20%
R=55.76%
G=39.03%
B=5.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501051400.300.910.4140.1582.9332.16
Hex9669E01E5B29285320
Octal22615116036133515012340
Binary100101101101001111001111010110111010011010001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96690E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96690E; }

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

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

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

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

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

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

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

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