Html Css Color HEX #661F0E Red Oxide

📋 copy color: '#661F0E'

red 102 ◦ green 31 ◦ blue 14

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

Shades of Red Oxide #661F0E

Tints of Red Oxide #661F0E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.09%

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

R = 69.39%
G = 21.09%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.6

RGB Variations

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

Color information

#661F0E (or 0x661F0E) is known color: Red Oxide. HEX triplet: 66, 1F and 0E. RGB value is (102,31,14). Sum of RGB (Red+Green+Blue) = 102+31+14=147 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.39% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 14 (5.86% from 255 or 9.52% from 147); Max value from RGB is 102 - color contains mainly: red. Hex color #661F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661F0E is #99E0F1. Grayscale: #323232. Windows color (decimal): -10084594 or 925542. OLE color: 925542.

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

Color convert

RGB 102 31 14 -
CMYK 0 0.70 0.86 0.6
HSL 11.59º 0.76% 0.23% -
HSV(B) 11.59º 0.86% 0.4% -
XYZ 6.05 3.84 0.84 -
YUV 50.29 107.52 164.88 -
System Red Green Blue C M Y K H S L
Decimal 102 31 14 0 0.70 0.86 0.6 11.59 0.76 0.23
Hex 66 1F E 0 46 56 3C C 4C 17
Octal 146 37 16 0 106 126 74 14 114 27
Binary 1100110 11111 1110 0 1000110 1010110 111100 1100 1001100 10111

Color Harmonies of #661F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661F0E

Black with #661F0E

Text Example


Text Example

White with #661F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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