Html Css Color HEX #661505 Red Oxide

📋 copy color: '#661505'

red 102 ◦ green 21 ◦ blue 5

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

Shades of Red Oxide #661505

Tints of Red Oxide #661505

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.41%

 BLUE value IS 5 (2.34% from 255) = 3.91%

R = 79.69%
G = 16.41%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.6

RGB Variations

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

Color information

#661505 (or 0x661505) is known color: Red Oxide. HEX triplet: 66, 15 and 05. RGB value is (102,21,5). Sum of RGB (Red+Green+Blue) = 102+21+5=128 (16% of max value = 765). Red value is 102 (40.23% from 255 or 79.69% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 102 - color contains mainly: red. Hex color #661505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661505 is #99EAFA. Grayscale: #2B2B2B. Windows color (decimal): -10087163 or 333158. OLE color: 333158.

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

Color convert

RGB 102 21 5 -
CMYK 0 0.79 0.95 0.6
HSL 9.9º 0.91% 0.21% -
HSV(B) 9.9º 0.95% 0.4% -
XYZ 5.78 3.37 0.49 -
YUV 43.4 106.34 169.8 -
System Red Green Blue C M Y K H S L
Decimal 102 21 5 0 0.79 0.95 0.6 9.9 0.91 0.21
Hex 66 15 5 0 4F 5F 3C A 5B 15
Octal 146 25 5 0 117 137 74 12 133 25
Binary 1100110 10101 101 0 1001111 1011111 111100 1010 1011011 10101

Color Harmonies of #661505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661505

Black with #661505

Text Example


Text Example

White with #661505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661505; }

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

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

background-color css

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

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

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

border-color css

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

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

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