#96681E

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

Shades of Golden Brown #96681E

Tints of Golden Brown #96681E

Color information

#96681E (or 0x96681E) is unknown color: approx Golden Brown. HEX triplet: 96, 68 and 1E. RGB value is (150,104,30). Sum of RGB (Red+Green+Blue) = 150+104+30=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #96681E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96681E is #6997E1. Grayscale: #6D6D6D. Windows color (decimal): -6920162 or 1992854. OLE color: 1992854.

HSL color Cylindrical-coordinate representation of color #96681E: hue angle of 37º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96681E is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB15010430-
CMYK00.310.800.41
HSL37º66.67%35.29%-
HSV(B)37º80%58.82%-
XYZ17.7616.483.47-
YUV109.3283.24157.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.82%
GREEN value IS 104 (41.02% from 255) = 36.62%
BLUE value IS 30 (12.11% from 255) = 10.56%
R=52.82%
G=36.62%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501043000.310.800.413766.6735.29
Hex96681E01F5029254323
Octal22615036037120514510343
Binary1001011011010001111001111110100001010011001011000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96681E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,104,30); }

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

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

 a { background-color: rgb(150,104,30); }

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

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

 span { border-color: rgb(150,104,30); }

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