Html Css Color HEX #661811 Red Oxide

📋 copy color: '#661811'

red 102 ◦ green 24 ◦ blue 17

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

Shades of Red Oxide #661811

Tints of Red Oxide #661811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.89%

R = 71.33%
G = 16.78%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.6

RGB Variations

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

Color information

#661811 (or 0x661811) is known color: Red Oxide. HEX triplet: 66, 18 and 11. RGB value is (102,24,17). Sum of RGB (Red+Green+Blue) = 102+24+17=143 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.33% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 102 - color contains mainly: red. Hex color #661811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661811 is #99E7EE. Grayscale: #2E2E2E. Windows color (decimal): -10086383 or 1120358. OLE color: 1120358.

HSL color Cylindrical-coordinate representation of color #661811: hue angle of 4.94º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #661811 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 24 17 -
CMYK 0 0.76 0.83 0.6
HSL 4.94º 0.71% 0.23% -
HSV(B) 4.94º 0.83% 0.4% -
XYZ 5.91 3.52 0.9 -
YUV 46.52 111.34 167.57 -
System Red Green Blue C M Y K H S L
Decimal 102 24 17 0 0.76 0.83 0.6 4.94 0.71 0.23
Hex 66 18 11 0 4C 53 3C 5 47 17
Octal 146 30 21 0 114 123 74 5 107 27
Binary 1100110 11000 10001 0 1001100 1010011 111100 101 1000111 10111

Color Harmonies of #661811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661811

Black with #661811

Text Example


Text Example

White with #661811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661811; }

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

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

background-color css

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

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

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

border-color css

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

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

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