#662113

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

Shades of Red Oxide #662113

Tints of Red Oxide #662113

Color information

#662113 (or 0x662113) is unknown color: approx Red Oxide. HEX triplet: 66, 21 and 13. RGB value is (102,33,19). Sum of RGB (Red+Green+Blue) = 102+33+19=154 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.23% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 102 - color contains mainly: red. Hex color #662113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662113 is #99DEEC. Grayscale: #343434. Windows color (decimal): -10084077 or 1253734. OLE color: 1253734.

HSL color Cylindrical-coordinate representation of color #662113: hue angle of 10.12º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #662113 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB1023319-
CMYK00.680.810.6
HSL10.12º68.6%23.73%-
HSV(B)10.12º81.37%40%-
XYZ6.143.961.06-
YUV52.04109.36163.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 66.23%
GREEN value IS 33 (13.28% from 255) = 21.43%
BLUE value IS 19 (7.81% from 255) = 12.34%
R=66.23%
G=21.43%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.81
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102331900.680.810.610.1268.623.73
Hex662113044513Ca4518
Octal14641230104121741210530
Binary1100110100001100110100010010100011111001010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662113; }

 p { color: rgb(102,33,19); }

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

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

 a { background-color: rgb(102,33,19); }

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

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

 span { border-color: rgb(102,33,19); }

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