Html Css Color HEX #661C11 Red Oxide

📋 copy color: '#661C11'

red 102 ◦ green 28 ◦ blue 17

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

Shades of Red Oxide #661C11

Tints of Red Oxide #661C11

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.05%

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

R = 69.39%
G = 19.05%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.6

RGB Variations

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

Color information

#661C11 (or 0x661C11) is known color: Red Oxide. HEX triplet: 66, 1C and 11. RGB value is (102,28,17). Sum of RGB (Red+Green+Blue) = 102+28+17=147 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.39% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 102 - color contains mainly: red. Hex color #661C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661C11 is #99E3EE. Grayscale: #303030. Windows color (decimal): -10085359 or 1121382. OLE color: 1121382.

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

Color convert

RGB 102 28 17 -
CMYK 0 0.73 0.83 0.6
HSL 7.76º 0.71% 0.23% -
HSV(B) 7.76º 0.83% 0.4% -
XYZ 6 3.7 0.93 -
YUV 48.87 110.02 165.89 -
System Red Green Blue C M Y K H S L
Decimal 102 28 17 0 0.73 0.83 0.6 7.76 0.71 0.23
Hex 66 1C 11 0 49 53 3C 8 47 17
Octal 146 34 21 0 111 123 74 10 107 27
Binary 1100110 11100 10001 0 1001001 1010011 111100 1000 1000111 10111

Color Harmonies of #661C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661C11

Black with #661C11

Text Example


Text Example

White with #661C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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