#662318

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

Shades of Red Oxide #662318

Tints of Red Oxide #662318

Color information

#662318 (or 0x662318) is unknown color: approx Red Oxide. HEX triplet: 66, 23 and 18. RGB value is (102,35,24). Sum of RGB (Red+Green+Blue) = 102+35+24=161 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.35% from 161); Green value is 35 (14.06% from 255 or 21.74% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 102 - color contains mainly: red. Hex color #662318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662318 is #99DCE7. Grayscale: #353535. Windows color (decimal): -10083560 or 1581926. OLE color: 1581926.

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

Color convert

RGB1023524-
CMYK00.660.760.6
HSL8.46º61.9%24.71%-
HSV(B)8.46º76.47%40%-
XYZ6.254.091.32-
YUV53.78111.2162.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 63.35%
GREEN value IS 35 (14.06% from 255) = 21.74%
BLUE value IS 24 (9.77% from 255) = 14.91%
R=63.35%
G=21.74%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.76
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102352400.660.760.68.4661.924.71
Hex6623180424C3C83e19
Octal1464330010211474107631
Binary110011010001111000010000101001100111100100011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662318; }

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

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

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

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

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

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

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

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