#662013

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

Shades of Red Oxide #662013

Tints of Red Oxide #662013

Color information

#662013 (or 0x662013) is unknown color: approx Red Oxide. HEX triplet: 66, 20 and 13. RGB value is (102,32,19). Sum of RGB (Red+Green+Blue) = 102+32+19=153 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.67% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 102 - color contains mainly: red. Hex color #662013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662013 is #99DFEC. Grayscale: #333333. Windows color (decimal): -10084333 or 1253478. OLE color: 1253478.

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

Color convert

RGB1023219-
CMYK00.690.810.6
HSL9.4º68.6%23.73%-
HSV(B)9.4º81.37%40%-
XYZ6.113.91.05-
YUV51.45109.69164.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 66.67%
GREEN value IS 32 (12.89% from 255) = 20.92%
BLUE value IS 19 (7.81% from 255) = 12.42%
R=66.67%
G=20.92%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.81
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102321900.690.810.69.468.623.73
Hex662013045513C94518
Octal14640230105121741110530
Binary1100110100000100110100010110100011111001001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662013; }

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

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

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

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

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

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

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

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