Html Css Color HEX #66170E Red Oxide

📋 copy color: '#66170E'

red 102 ◦ green 23 ◦ blue 14

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

Shades of Red Oxide #66170E

Tints of Red Oxide #66170E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.07%

R = 73.38%
G = 16.55%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.6

RGB Variations

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

Color information

#66170E (or 0x66170E) is known color: Red Oxide. HEX triplet: 66, 17 and 0E. RGB value is (102,23,14). Sum of RGB (Red+Green+Blue) = 102+23+14=139 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.38% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 102 - color contains mainly: red. Hex color #66170E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66170E is #99E8F1. Grayscale: #2D2D2D. Windows color (decimal): -10086642 or 923494. OLE color: 923494.

HSL color Cylindrical-coordinate representation of color #66170E: hue angle of 6.14º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #66170E is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 23 14 -
CMYK 0 0.77 0.86 0.6
HSL 6.14º 0.76% 0.23% -
HSV(B) 6.14º 0.86% 0.4% -
XYZ 5.87 3.47 0.78 -
YUV 45.6 110.17 168.23 -
System Red Green Blue C M Y K H S L
Decimal 102 23 14 0 0.77 0.86 0.6 6.14 0.76 0.23
Hex 66 17 E 0 4D 56 3C 6 4C 17
Octal 146 27 16 0 115 126 74 6 114 27
Binary 1100110 10111 1110 0 1001101 1010110 111100 110 1001100 10111

Color Harmonies of #66170E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66170E

Black with #66170E

Text Example


Text Example

White with #66170E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66170E; }

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

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

background-color css

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

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

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

border-color css

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

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

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