Html Css Color HEX #661406 Red Oxide

📋 copy color: '#661406'

red 102 ◦ green 20 ◦ blue 6

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

Shades of Red Oxide #661406

Tints of Red Oxide #661406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.69%

R = 79.69%
G = 15.63%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.6

RGB Variations

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

Color information

#661406 (or 0x661406) is known color: Red Oxide. HEX triplet: 66, 14 and 06. RGB value is (102,20,6). Sum of RGB (Red+Green+Blue) = 102+20+6=128 (16% of max value = 765). Red value is 102 (40.23% from 255 or 79.69% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 6 (2.73% from 255 or 4.69% from 128); Max value from RGB is 102 - color contains mainly: red. Hex color #661406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661406 is #99EBF9. Grayscale: #2B2B2B. Windows color (decimal): -10087418 or 398438. OLE color: 398438.

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

Color convert

RGB 102 20 6 -
CMYK 0 0.80 0.94 0.6
HSL 8.75º 0.89% 0.21% -
HSV(B) 8.75º 0.94% 0.4% -
XYZ 5.76 3.34 0.51 -
YUV 42.92 107.17 170.14 -
System Red Green Blue C M Y K H S L
Decimal 102 20 6 0 0.80 0.94 0.6 8.75 0.89 0.21
Hex 66 14 6 0 50 5E 3C 9 59 15
Octal 146 24 6 0 120 136 74 11 131 25
Binary 1100110 10100 110 0 1010000 1011110 111100 1001 1011001 10101

Color Harmonies of #661406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661406

Black with #661406

Text Example


Text Example

White with #661406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661406; }

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

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

background-color css

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

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

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

border-color css

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

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

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