#661807

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

Shades of Red Oxide #661807

Tints of Red Oxide #661807

Color information

#661807 (or 0x661807) is unknown color: approx Red Oxide. HEX triplet: 66, 18 and 07. RGB value is (102,24,7). Sum of RGB (Red+Green+Blue) = 102+24+7=133 (17% of max value = 765). Red value is 102 (40.23% from 255 or 76.69% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 7 (3.12% from 255 or 5.26% from 133); Max value from RGB is 102 - color contains mainly: red. Hex color #661807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661807 is #99E7F8. Grayscale: #2D2D2D. Windows color (decimal): -10086393 or 464998. OLE color: 464998.

HSL color Cylindrical-coordinate representation of color #661807: hue angle of 10.74º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #661807 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.6.

Color convert

RGB102247-
CMYK00.760.930.6
HSL10.74º87.16%21.37%-
HSV(B)10.74º93.14%40%-
XYZ5.843.490.57-
YUV45.38106.34168.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 76.69%
GREEN value IS 24 (9.77% from 255) = 18.05%
BLUE value IS 7 (3.12% from 255) = 5.26%
R=76.69%
G=18.05%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10224700.760.930.610.7487.1621.37
Hex6618704C5D3Cb5715
Octal1463070114135741312725
Binary1100110110001110100110010111011111001011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661807; }

 p { color: rgb(102,24,7); }

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

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

 a { background-color: rgb(102,24,7); }

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

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

 span { border-color: rgb(102,24,7); }

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