Html Css Color HEX #661815 Red Oxide

📋 copy color: '#661815'

red 102 ◦ green 24 ◦ blue 21

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

Shades of Red Oxide #661815

Tints of Red Oxide #661815

RGB

 RED value IS 102 (40.23% from 255) = 69.39%

 GREEN value IS 24 (9.77% from 255) = 16.33%

 BLUE value IS 21 (8.59% from 255) = 14.29%

R = 69.39%
G = 16.33%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.6

RGB Variations

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

Color information

#661815 (or 0x661815) is known color: Red Oxide. HEX triplet: 66, 18 and 15. RGB value is (102,24,21). Sum of RGB (Red+Green+Blue) = 102+24+21=147 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.39% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 102 - color contains mainly: red. Hex color #661815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661815 is #99E7EA. Grayscale: #2F2F2F. Windows color (decimal): -10086379 or 1382502. OLE color: 1382502.

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

Color convert

RGB 102 24 21 -
CMYK 0 0.76 0.79 0.6
HSL 2.22º 0.66% 0.24% -
HSV(B) 2.22º 0.79% 0.4% -
XYZ 5.94 3.53 1.08 -
YUV 46.98 113.34 167.24 -
System Red Green Blue C M Y K H S L
Decimal 102 24 21 0 0.76 0.79 0.6 2.22 0.66 0.24
Hex 66 18 15 0 4C 4F 3C 2 42 18
Octal 146 30 25 0 114 117 74 2 102 30
Binary 1100110 11000 10101 0 1001100 1001111 111100 10 1000010 11000

Color Harmonies of #661815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661815

Black with #661815

Text Example


Text Example

White with #661815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661815; }

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

 H1.HeaderClassName
 {
   color: #661815;
 }
 .AnyTagClassName
 {
   color: #661815;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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