Html Css Color HEX #661D14 Red Oxide

📋 copy color: '#661D14'

red 102 ◦ green 29 ◦ blue 20

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

Shades of Red Oxide #661D14

Tints of Red Oxide #661D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.25%

R = 67.55%
G = 19.21%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.6

RGB Variations

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

Color information

#661D14 (or 0x661D14) is known color: Red Oxide. HEX triplet: 66, 1D and 14. RGB value is (102,29,20). Sum of RGB (Red+Green+Blue) = 102+29+20=151 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.55% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 102 - color contains mainly: red. Hex color #661D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661D14 is #99E2EB. Grayscale: #313131. Windows color (decimal): -10085100 or 1318246. OLE color: 1318246.

HSL color Cylindrical-coordinate representation of color #661D14: hue angle of 6.59º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #661D14 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 29 20 -
CMYK 0 0.72 0.80 0.6
HSL 6.59º 0.67% 0.24% -
HSV(B) 6.59º 0.8% 0.4% -
XYZ 6.05 3.75 1.07 -
YUV 49.8 111.18 165.23 -
System Red Green Blue C M Y K H S L
Decimal 102 29 20 0 0.72 0.80 0.6 6.59 0.67 0.24
Hex 66 1D 14 0 48 50 3C 7 43 18
Octal 146 35 24 0 110 120 74 7 103 30
Binary 1100110 11101 10100 0 1001000 1010000 111100 111 1000011 11000

Color Harmonies of #661D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661D14

Black with #661D14

Text Example


Text Example

White with #661D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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