Html Css Color HEX #661800 Red Oxide

📋 copy color: '#661800'

red 102 ◦ green 24 ◦ blue 0

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

Shades of Red Oxide #661800

Tints of Red Oxide #661800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.05%

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

R = 80.95%
G = 19.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#661800 (or 0x661800) is known color: Red Oxide. HEX triplet: 66, 18 and 00. RGB value is (102,24,0). Sum of RGB (Red+Green+Blue) = 102+24+0=126 (16% of max value = 765). Red value is 102 (40.23% from 255 or 80.95% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 102 - color contains mainly: red. Hex color #661800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661800 is #99E7FF. Grayscale: #2C2C2C. Windows color (decimal): -10086400 or 6246. OLE color: 6246.

HSL color Cylindrical-coordinate representation of color #661800: hue angle of 14.12º 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 #661800 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 24 0 -
CMYK 0 0.76 1 0.6
HSL 14.12º 1% 0.2% -
HSV(B) 14.12º 1% 0.4% -
XYZ 5.81 3.48 0.37 -
YUV 44.59 102.84 168.95 -
System Red Green Blue C M Y K H S L
Decimal 102 24 0 0 0.76 1 0.6 14.12 1 0.2
Hex 66 18 0 0 4C 64 3C E 64 14
Octal 146 30 0 0 114 144 74 16 144 24
Binary 1100110 11000 0 0 1001100 1100100 111100 1110 1100100 10100

Color Harmonies of #661800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661800

Black with #661800

Text Example


Text Example

White with #661800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661800; }

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

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

background-color css

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

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

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

border-color css

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

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

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