#661508

Color #661508 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #661508

Tints of Red Oxide #661508

Color information

#661508 (or 0x661508) is unknown color: approx Red Oxide. HEX triplet: 66, 15 and 08. RGB value is (102,21,8). Sum of RGB (Red+Green+Blue) = 102+21+8=131 (17% of max value = 765). Red value is 102 (40.23% from 255 or 77.86% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 102 - color contains mainly: red. Hex color #661508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661508 is #99EAF7. Grayscale: #2B2B2B. Windows color (decimal): -10087160 or 529766. OLE color: 529766.

HSL color Cylindrical-coordinate representation of color #661508: hue angle of 8.3º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #661508 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.6.

Color convert

RGB102218-
CMYK00.790.920.6
HSL8.3º85.45%21.57%-
HSV(B)8.3º92.16%40%-
XYZ5.793.380.58-
YUV43.74107.84169.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 77.86%
GREEN value IS 21 (8.59% from 255) = 16.03%
BLUE value IS 8 (3.52% from 255) = 6.11%
R=77.86%
G=16.03%
B=6.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.92
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10221800.790.920.68.385.4521.57
Hex6615804F5C3C85516
Octal14625100117134741012526
Binary11001101010110000100111110111001111001000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661508; }

 p { color: rgb(102,21,8); }

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

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

 a { background-color: rgb(102,21,8); }

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

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

 span { border-color: rgb(102,21,8); }

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