Html Css Color HEX #661715 Red Oxide

📋 copy color: '#661715'

red 102 ◦ green 23 ◦ blue 21

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

Shades of Red Oxide #661715

Tints of Red Oxide #661715

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.75%

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

R = 69.86%
G = 15.75%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.6

RGB Variations

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

Color information

#661715 (or 0x661715) is known color: Red Oxide. HEX triplet: 66, 17 and 15. RGB value is (102,23,21). Sum of RGB (Red+Green+Blue) = 102+23+21=146 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.86% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 102 - color contains mainly: red. Hex color #661715 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661715 is #99E8EA. Grayscale: #2E2E2E. Windows color (decimal): -10086635 or 1382246. OLE color: 1382246.

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

Color convert

RGB 102 23 21 -
CMYK 0 0.77 0.79 0.6
HSL 1.48º 0.66% 0.24% -
HSV(B) 1.48º 0.79% 0.4% -
XYZ 5.92 3.49 1.07 -
YUV 46.39 113.67 167.66 -
System Red Green Blue C M Y K H S L
Decimal 102 23 21 0 0.77 0.79 0.6 1.48 0.66 0.24
Hex 66 17 15 0 4D 4F 3C 1 42 18
Octal 146 27 25 0 115 117 74 1 102 30
Binary 1100110 10111 10101 0 1001101 1001111 111100 1 1000010 11000

Color Harmonies of #661715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661715

Black with #661715

Text Example


Text Example

White with #661715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661715; }

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

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

background-color css

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

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

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

border-color css

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

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

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