Html Css Color HEX #661714 Red Oxide

📋 copy color: '#661714'

red 102 ◦ green 23 ◦ blue 20

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

Shades of Red Oxide #661714

Tints of Red Oxide #661714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.79%

R = 70.34%
G = 15.86%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.6

RGB Variations

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

Color information

#661714 (or 0x661714) is known color: Red Oxide. HEX triplet: 66, 17 and 14. RGB value is (102,23,20). Sum of RGB (Red+Green+Blue) = 102+23+20=145 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.34% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 102 - color contains mainly: red. Hex color #661714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661714 is #99E8EB. Grayscale: #2E2E2E. Windows color (decimal): -10086636 or 1316710. OLE color: 1316710.

HSL color Cylindrical-coordinate representation of color #661714: hue angle of 2.2º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #661714 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 23 20 -
CMYK 0 0.77 0.80 0.6
HSL 2.2º 0.67% 0.24% -
HSV(B) 2.2º 0.8% 0.4% -
XYZ 5.91 3.49 1.02 -
YUV 46.28 113.17 167.74 -
System Red Green Blue C M Y K H S L
Decimal 102 23 20 0 0.77 0.80 0.6 2.2 0.67 0.24
Hex 66 17 14 0 4D 50 3C 2 43 18
Octal 146 27 24 0 115 120 74 2 103 30
Binary 1100110 10111 10100 0 1001101 1010000 111100 10 1000011 11000

Color Harmonies of #661714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661714

Black with #661714

Text Example


Text Example

White with #661714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661714; }

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

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

background-color css

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

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

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

border-color css

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

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

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