Html Css Color HEX #661A0E Red Oxide

📋 copy color: '#661A0E'

red 102 ◦ green 26 ◦ blue 14

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

Shades of Red Oxide #661A0E

Tints of Red Oxide #661A0E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.31%

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

R = 71.83%
G = 18.31%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.6

RGB Variations

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

Color information

#661A0E (or 0x661A0E) is known color: Red Oxide. HEX triplet: 66, 1A and 0E. RGB value is (102,26,14). Sum of RGB (Red+Green+Blue) = 102+26+14=142 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.83% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 14 (5.86% from 255 or 9.86% from 142); Max value from RGB is 102 - color contains mainly: red. Hex color #661A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661A0E is #99E5F1. Grayscale: #2F2F2F. Windows color (decimal): -10085874 or 924262. OLE color: 924262.

HSL color Cylindrical-coordinate representation of color #661A0E: hue angle of 8.18º 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 #661A0E is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 26 14 -
CMYK 0 0.75 0.86 0.6
HSL 8.18º 0.76% 0.23% -
HSV(B) 8.18º 0.86% 0.4% -
XYZ 5.93 3.6 0.8 -
YUV 47.36 109.18 166.98 -
System Red Green Blue C M Y K H S L
Decimal 102 26 14 0 0.75 0.86 0.6 8.18 0.76 0.23
Hex 66 1A E 0 4B 56 3C 8 4C 17
Octal 146 32 16 0 113 126 74 10 114 27
Binary 1100110 11010 1110 0 1001011 1010110 111100 1000 1001100 10111

Color Harmonies of #661A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661A0E

Black with #661A0E

Text Example


Text Example

White with #661A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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