Html Css Color HEX #661C10 Red Oxide

📋 copy color: '#661C10'

red 102 ◦ green 28 ◦ blue 16

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

Shades of Red Oxide #661C10

Tints of Red Oxide #661C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.96%

R = 69.86%
G = 19.18%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.6

RGB Variations

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

Color information

#661C10 (or 0x661C10) is known color: Red Oxide. HEX triplet: 66, 1C and 10. RGB value is (102,28,16). Sum of RGB (Red+Green+Blue) = 102+28+16=146 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.86% from 146); Green value is 28 (11.33% from 255 or 19.18% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 102 - color contains mainly: red. Hex color #661C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661C10 is #99E3EF. Grayscale: #303030. Windows color (decimal): -10085360 or 1055846. OLE color: 1055846.

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

Color convert

RGB 102 28 16 -
CMYK 0 0.73 0.84 0.6
HSL 8.37º 0.73% 0.23% -
HSV(B) 8.37º 0.84% 0.4% -
XYZ 5.99 3.69 0.89 -
YUV 48.76 109.52 165.98 -
System Red Green Blue C M Y K H S L
Decimal 102 28 16 0 0.73 0.84 0.6 8.37 0.73 0.23
Hex 66 1C 10 0 49 54 3C 8 49 17
Octal 146 34 20 0 111 124 74 10 111 27
Binary 1100110 11100 10000 0 1001001 1010100 111100 1000 1001001 10111

Color Harmonies of #661C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661C10

Black with #661C10

Text Example


Text Example

White with #661C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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