#96680E

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

Shades of Golden Brown #96680E

Tints of Golden Brown #96680E

Color information

#96680E (or 0x96680E) is unknown color: approx Golden Brown. HEX triplet: 96, 68 and 0E. RGB value is (150,104,14). Sum of RGB (Red+Green+Blue) = 150+104+14=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #96680E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96680E is #6997F1. Grayscale: #6B6B6B. Windows color (decimal): -6920178 or 944278. OLE color: 944278.

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

Color convert

RGB15010414-
CMYK00.310.910.41
HSL39.71º82.93%32.16%-
HSV(B)39.71º90.67%58.82%-
XYZ17.6116.422.66-
YUV107.4975.24158.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.97%
GREEN value IS 104 (41.02% from 255) = 38.81%
BLUE value IS 14 (5.86% from 255) = 5.22%
R=55.97%
G=38.81%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501041400.310.910.4139.7182.9332.16
Hex9668E01F5B29285320
Octal22615016037133515012340
Binary100101101101000111001111110110111010011010001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96680E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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