Html Css Color HEX #661C15 Red Oxide

📋 copy color: '#661C15'

red 102 ◦ green 28 ◦ blue 21

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

Shades of Red Oxide #661C15

Tints of Red Oxide #661C15

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.54%

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

R = 67.55%
G = 18.54%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.6

RGB Variations

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

Color information

#661C15 (or 0x661C15) is known color: Red Oxide. HEX triplet: 66, 1C and 15. RGB value is (102,28,21). Sum of RGB (Red+Green+Blue) = 102+28+21=151 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.55% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 102 - color contains mainly: red. Hex color #661C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661C15 is #99E3EA. Grayscale: #313131. Windows color (decimal): -10085355 or 1383526. OLE color: 1383526.

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

Color convert

RGB 102 28 21 -
CMYK 0 0.73 0.79 0.6
HSL 5.19º 0.66% 0.24% -
HSV(B) 5.19º 0.79% 0.4% -
XYZ 6.03 3.71 1.11 -
YUV 49.33 112.02 165.57 -
System Red Green Blue C M Y K H S L
Decimal 102 28 21 0 0.73 0.79 0.6 5.19 0.66 0.24
Hex 66 1C 15 0 49 4F 3C 5 42 18
Octal 146 34 25 0 111 117 74 5 102 30
Binary 1100110 11100 10101 0 1001001 1001111 111100 101 1000010 11000

Color Harmonies of #661C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661C15

Black with #661C15

Text Example


Text Example

White with #661C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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