Html Css Color HEX #661E15 Red Oxide

📋 copy color: '#661E15'

red 102 ◦ green 30 ◦ blue 21

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

Shades of Red Oxide #661E15

Tints of Red Oxide #661E15

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.61%

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

R = 66.67%
G = 19.61%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.6

RGB Variations

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

Color information

#661E15 (or 0x661E15) is known color: Red Oxide. HEX triplet: 66, 1E and 15. RGB value is (102,30,21). Sum of RGB (Red+Green+Blue) = 102+30+21=153 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.67% from 153); Green value is 30 (12.11% from 255 or 19.61% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 102 - color contains mainly: red. Hex color #661E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661E15 is #99E1EA. Grayscale: #323232. Windows color (decimal): -10084843 or 1384038. OLE color: 1384038.

HSL color Cylindrical-coordinate representation of color #661E15: hue angle of 6.67º 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 #661E15 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 30 21 -
CMYK 0 0.71 0.79 0.6
HSL 6.67º 0.66% 0.24% -
HSV(B) 6.67º 0.79% 0.4% -
XYZ 6.08 3.81 1.12 -
YUV 50.5 111.35 164.73 -
System Red Green Blue C M Y K H S L
Decimal 102 30 21 0 0.71 0.79 0.6 6.67 0.66 0.24
Hex 66 1E 15 0 47 4F 3C 7 42 18
Octal 146 36 25 0 107 117 74 7 102 30
Binary 1100110 11110 10101 0 1000111 1001111 111100 111 1000010 11000

Color Harmonies of #661E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661E15

Black with #661E15

Text Example


Text Example

White with #661E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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