#96670F

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

Shades of Golden Brown #96670F

Tints of Golden Brown #96670F

Color information

#96670F (or 0x96670F) is unknown color: approx Golden Brown. HEX triplet: 96, 67 and 0F. RGB value is (150,103,15). Sum of RGB (Red+Green+Blue) = 150+103+15=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #96670F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96670F is #6998F0. Grayscale: #6B6B6B. Windows color (decimal): -6920433 or 1009558. OLE color: 1009558.

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

Color convert

RGB15010315-
CMYK00.310.90.41
HSL39.11º81.82%32.35%-
HSV(B)39.11º90%58.82%-
XYZ17.5116.222.66-
YUV107.0276.07158.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.97%
GREEN value IS 103 (40.62% from 255) = 38.43%
BLUE value IS 15 (6.25% from 255) = 5.60%
R=55.97%
G=38.43%
B=5.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.9
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501031500.310.90.4139.1181.8232.35
Hex9667F01F5A29275220
Octal22614717037132514712240
Binary100101101100111111101111110110101010011001111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96670F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,103,15); }

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

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

 a { background-color: rgb(150,103,15); }

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

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

 span { border-color: rgb(150,103,15); }

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