Html Css Color HEX #661F15 Red Oxide

📋 copy color: '#661F15'

red 102 ◦ green 31 ◦ blue 21

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

Shades of Red Oxide #661F15

Tints of Red Oxide #661F15

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.13%

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

R = 66.23%
G = 20.13%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.6

RGB Variations

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

Color information

#661F15 (or 0x661F15) is known color: Red Oxide. HEX triplet: 66, 1F and 15. RGB value is (102,31,21). Sum of RGB (Red+Green+Blue) = 102+31+21=154 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.23% from 154); Green value is 31 (12.5% from 255 or 20.13% from 154); Blue value is 21 (8.59% from 255 or 13.64% from 154); Max value from RGB is 102 - color contains mainly: red. Hex color #661F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661F15 is #99E0EA. Grayscale: #333333. Windows color (decimal): -10084587 or 1384294. OLE color: 1384294.

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

Color convert

RGB 102 31 21 -
CMYK 0 0.70 0.79 0.6
HSL 7.41º 0.66% 0.24% -
HSV(B) 7.41º 0.79% 0.4% -
XYZ 6.1 3.86 1.13 -
YUV 51.09 111.02 164.31 -
System Red Green Blue C M Y K H S L
Decimal 102 31 21 0 0.70 0.79 0.6 7.41 0.66 0.24
Hex 66 1F 15 0 46 4F 3C 7 42 18
Octal 146 37 25 0 106 117 74 7 102 30
Binary 1100110 11111 10101 0 1000110 1001111 111100 111 1000010 11000

Color Harmonies of #661F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661F15

Black with #661F15

Text Example


Text Example

White with #661F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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