Html Css Color HEX #661410 Red Oxide

📋 copy color: '#661410'

red 102 ◦ green 20 ◦ blue 16

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

Shades of Red Oxide #661410

Tints of Red Oxide #661410

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.49%

 BLUE value IS 16 (6.64% from 255) = 11.59%

R = 73.91%
G = 14.49%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.6

RGB Variations

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

Color information

#661410 (or 0x661410) is known color: Red Oxide. HEX triplet: 66, 14 and 10. RGB value is (102,20,16). Sum of RGB (Red+Green+Blue) = 102+20+16=138 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.91% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 102 - color contains mainly: red. Hex color #661410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661410 is #99EBEF. Grayscale: #2C2C2C. Windows color (decimal): -10087408 or 1053798. OLE color: 1053798.

HSL color Cylindrical-coordinate representation of color #661410: hue angle of 2.79º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #661410 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 20 16 -
CMYK 0 0.80 0.84 0.6
HSL 2.79º 0.73% 0.23% -
HSV(B) 2.79º 0.84% 0.4% -
XYZ 5.82 3.36 0.83 -
YUV 44.06 112.17 169.33 -
System Red Green Blue C M Y K H S L
Decimal 102 20 16 0 0.80 0.84 0.6 2.79 0.73 0.23
Hex 66 14 10 0 50 54 3C 3 49 17
Octal 146 24 20 0 120 124 74 3 111 27
Binary 1100110 10100 10000 0 1010000 1010100 111100 11 1001001 10111

Color Harmonies of #661410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661410

Black with #661410

Text Example


Text Example

White with #661410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661410; }

 p { color: rgb(102,20,16); }

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

background-color css

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

 a { background-color: rgb(102,20,16); }

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

border-color css

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

 span { border-color: rgb(102,20,16); }

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