Html Css Color HEX #661600 Red Oxide

📋 copy color: '#661600'

red 102 ◦ green 22 ◦ blue 0

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

Shades of Red Oxide #661600

Tints of Red Oxide #661600

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.74%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.26%
G = 17.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#661600 (or 0x661600) is known color: Red Oxide. HEX triplet: 66, 16 and 00. RGB value is (102,22,0). Sum of RGB (Red+Green+Blue) = 102+22+0=124 (16% of max value = 765). Red value is 102 (40.23% from 255 or 82.26% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 102 - color contains mainly: red. Hex color #661600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661600 is #99E9FF. Grayscale: #2B2B2B. Windows color (decimal): -10086912 or 5734. OLE color: 5734.

HSL color Cylindrical-coordinate representation of color #661600: hue angle of 12.94º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #661600 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 22 0 -
CMYK 0 0.78 1 0.6
HSL 12.94º 1% 0.2% -
HSV(B) 12.94º 1% 0.4% -
XYZ 5.77 3.4 0.35 -
YUV 43.41 103.5 169.79 -
System Red Green Blue C M Y K H S L
Decimal 102 22 0 0 0.78 1 0.6 12.94 1 0.2
Hex 66 16 0 0 4E 64 3C D 64 14
Octal 146 26 0 0 116 144 74 15 144 24
Binary 1100110 10110 0 0 1001110 1100100 111100 1101 1100100 10100

Color Harmonies of #661600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661600

Black with #661600

Text Example


Text Example

White with #661600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661600; }

 p { color: rgb(102,22,0); }

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

background-color css

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

 a { background-color: rgb(102,22,0); }

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

border-color css

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

 span { border-color: rgb(102,22,0); }

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