#661608

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

Shades of Red Oxide #661608

Tints of Red Oxide #661608

Color information

#661608 (or 0x661608) is unknown color: approx Red Oxide. HEX triplet: 66, 16 and 08. RGB value is (102,22,8). Sum of RGB (Red+Green+Blue) = 102+22+8=132 (17% of max value = 765). Red value is 102 (40.23% from 255 or 77.27% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 102 - color contains mainly: red. Hex color #661608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661608 is #99E9F7. Grayscale: #2C2C2C. Windows color (decimal): -10086904 or 530022. OLE color: 530022.

HSL color Cylindrical-coordinate representation of color #661608: hue angle of 8.94º 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 #661608 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.6.

Color convert

RGB102228-
CMYK00.780.920.6
HSL8.94º85.45%21.57%-
HSV(B)8.94º92.16%40%-
XYZ5.813.420.58-
YUV44.32107.5169.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 77.27%
GREEN value IS 22 (8.98% from 255) = 16.67%
BLUE value IS 8 (3.52% from 255) = 6.06%
R=77.27%
G=16.67%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.92
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10222800.780.920.68.9485.4521.57
Hex6616804E5C3C95516
Octal14626100116134741112526
Binary11001101011010000100111010111001111001001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661608; }

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

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

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

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

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

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

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

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