Html Css Color HEX #661D10 Red Oxide

📋 copy color: '#661D10'

red 102 ◦ green 29 ◦ blue 16

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

Shades of Red Oxide #661D10

Tints of Red Oxide #661D10

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.73%

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

R = 69.39%
G = 19.73%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.6

RGB Variations

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

Color information

#661D10 (or 0x661D10) is known color: Red Oxide. HEX triplet: 66, 1D and 10. RGB value is (102,29,16). Sum of RGB (Red+Green+Blue) = 102+29+16=147 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.39% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 102 - color contains mainly: red. Hex color #661D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661D10 is #99E2EF. Grayscale: #313131. Windows color (decimal): -10085104 or 1056102. OLE color: 1056102.

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

Color convert

RGB 102 29 16 -
CMYK 0 0.72 0.84 0.6
HSL 9.07º 0.73% 0.23% -
HSV(B) 9.07º 0.84% 0.4% -
XYZ 6.01 3.74 0.9 -
YUV 49.35 109.18 165.56 -
System Red Green Blue C M Y K H S L
Decimal 102 29 16 0 0.72 0.84 0.6 9.07 0.73 0.23
Hex 66 1D 10 0 48 54 3C 9 49 17
Octal 146 35 20 0 110 124 74 11 111 27
Binary 1100110 11101 10000 0 1001000 1010100 111100 1001 1001001 10111

Color Harmonies of #661D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661D10

Black with #661D10

Text Example


Text Example

White with #661D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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