Html Css Color HEX #662013 Red Oxide

📋 copy color: '#662013'

red 102 ◦ green 32 ◦ blue 19

#662013
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #662013

Tints of Red Oxide #662013

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 value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#662013 (or 0x662013) is known color: 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

RGB 102 32 19 -
CMYK 0 0.69 0.81 0.6
HSL 9.4º 0.69% 0.24% -
HSV(B) 9.4º 0.81% 0.4% -
XYZ 6.11 3.9 1.05 -
YUV 51.45 109.69 164.06 -
System Red Green Blue C M Y K H S L
Decimal 102 32 19 0 0.69 0.81 0.6 9.4 0.69 0.24
Hex 66 20 13 0 45 51 3C 9 45 18
Octal 146 40 23 0 105 121 74 11 105 30
Binary 1100110 100000 10011 0 1000101 1010001 111100 1001 1000101 11000

Color Harmonies of #662013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662013

Black with #662013

Text Example


Text Example

White with #662013

Text Example


Text Example

HTML Codes & Css Web 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>