#96681F

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

Shades of Golden Brown #96681F

Tints of Golden Brown #96681F

Color information

#96681F (or 0x96681F) is unknown color: approx Golden Brown. HEX triplet: 96, 68 and 1F. RGB value is (150,104,31). Sum of RGB (Red+Green+Blue) = 150+104+31=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #96681F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96681F is #6997E0. Grayscale: #6D6D6D. Windows color (decimal): -6920161 or 2058390. OLE color: 2058390.

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

Color convert

RGB15010431-
CMYK00.310.790.41
HSL36.81º65.75%35.49%-
HSV(B)36.81º79.33%58.82%-
XYZ17.7816.483.54-
YUV109.4383.74156.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.63%
GREEN value IS 104 (41.02% from 255) = 36.49%
BLUE value IS 31 (12.5% from 255) = 10.88%
R=52.63%
G=36.49%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501043100.310.790.4136.8165.7535.49
Hex96681F01F4F29254223
Octal22615037037117514510243
Binary1001011011010001111101111110011111010011001011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96681F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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