Html Css Color HEX #661E0D Red Oxide

📋 copy color: '#661E0D'

red 102 ◦ green 30 ◦ blue 13

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

Shades of Red Oxide #661E0D

Tints of Red Oxide #661E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.97%

R = 70.34%
G = 20.69%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.6

RGB Variations

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

Color information

#661E0D (or 0x661E0D) is known color: Red Oxide. HEX triplet: 66, 1E and 0D. RGB value is (102,30,13). Sum of RGB (Red+Green+Blue) = 102+30+13=145 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.34% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 13 (5.47% from 255 or 8.97% from 145); Max value from RGB is 102 - color contains mainly: red. Hex color #661E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661E0D is #99E1F2. Grayscale: #313131. Windows color (decimal): -10084851 or 859750. OLE color: 859750.

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

Color convert

RGB 102 30 13 -
CMYK 0 0.71 0.87 0.6
HSL 11.46º 0.77% 0.23% -
HSV(B) 11.46º 0.87% 0.4% -
XYZ 6.02 3.78 0.79 -
YUV 49.59 107.35 165.38 -
System Red Green Blue C M Y K H S L
Decimal 102 30 13 0 0.71 0.87 0.6 11.46 0.77 0.23
Hex 66 1E D 0 47 57 3C B 4D 17
Octal 146 36 15 0 107 127 74 13 115 27
Binary 1100110 11110 1101 0 1000111 1010111 111100 1011 1001101 10111

Color Harmonies of #661E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661E0D

Black with #661E0D

Text Example


Text Example

White with #661E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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