#662624

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

Shades of Red Oxide #662624

Tints of Red Oxide #662624

Color information

#662624 (or 0x662624) is unknown color: approx Red Oxide. HEX triplet: 66, 26 and 24. RGB value is (102,38,36). Sum of RGB (Red+Green+Blue) = 102+38+36=176 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.95% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 36 (14.45% from 255 or 20.45% from 176); Max value from RGB is 102 - color contains mainly: red. Hex color #662624 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662624 is #99D9DB. Grayscale: #383838. Windows color (decimal): -10082780 or 2369126. OLE color: 2369126.

HSL color Cylindrical-coordinate representation of color #662624: hue angle of 1.82º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #662624 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.6.

Color convert

RGB1023836-
CMYK00.630.650.6
HSL1.82º47.83%27.06%-
HSV(B)1.82º64.71%40%-
XYZ6.494.342.16-
YUV56.91116.2160.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.95%
GREEN value IS 38 (15.23% from 255) = 21.59%
BLUE value IS 36 (14.45% from 255) = 20.45%
R=57.95%
G=21.59%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102383600.630.650.61.8247.8327.06
Hex66262403F413C2301b
Octal14646440771017426033
Binary1100110100110100100011111110000011111001011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662624; }

 p { color: rgb(102,38,36); }

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

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

 a { background-color: rgb(102,38,36); }

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

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

 span { border-color: rgb(102,38,36); }

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