Html Css Color HEX #661E1D Red Oxide

📋 copy color: '#661E1D'

red 102 ◦ green 30 ◦ blue 29

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

Shades of Red Oxide #661E1D

Tints of Red Oxide #661E1D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.63%

 BLUE value IS 29 (11.72% from 255) = 18.01%

R = 63.35%
G = 18.63%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.6

RGB Variations

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

Color information

#661E1D (or 0x661E1D) is known color: Red Oxide. HEX triplet: 66, 1E and 1D. RGB value is (102,30,29). Sum of RGB (Red+Green+Blue) = 102+30+29=161 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.35% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 102 - color contains mainly: red. Hex color #661E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661E1D is #99E1E2. Grayscale: #333333. Windows color (decimal): -10084835 or 1908326. OLE color: 1908326.

HSL color Cylindrical-coordinate representation of color #661E1D: hue angle of 0.82º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #661E1D is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 30 29 -
CMYK 0 0.71 0.72 0.6
HSL 0.82º 0.56% 0.26% -
HSV(B) 0.82º 0.72% 0.4% -
XYZ 6.17 3.84 1.58 -
YUV 51.41 115.35 164.08 -
System Red Green Blue C M Y K H S L
Decimal 102 30 29 0 0.71 0.72 0.6 0.82 0.56 0.26
Hex 66 1E 1D 0 47 48 3C 1 38 1A
Octal 146 36 35 0 107 110 74 1 70 32
Binary 1100110 11110 11101 0 1000111 1001000 111100 1 111000 11010

Color Harmonies of #661E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661E1D

Black with #661E1D

Text Example


Text Example

White with #661E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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