Html Css Color HEX #661E0B Red Oxide

📋 copy color: '#661E0B'

red 102 ◦ green 30 ◦ blue 11

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

Shades of Red Oxide #661E0B

Tints of Red Oxide #661E0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.69%

R = 71.33%
G = 20.98%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.6

RGB Variations

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

Color information

#661E0B (or 0x661E0B) is known color: Red Oxide. HEX triplet: 66, 1E and 0B. RGB value is (102,30,11). Sum of RGB (Red+Green+Blue) = 102+30+11=143 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.33% from 143); Green value is 30 (12.11% from 255 or 20.98% from 143); Blue value is 11 (4.69% from 255 or 7.69% from 143); Max value from RGB is 102 - color contains mainly: red. Hex color #661E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661E0B is #99E1F4. Grayscale: #313131. Windows color (decimal): -10084853 or 728678. OLE color: 728678.

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

Color convert

RGB 102 30 11 -
CMYK 0 0.71 0.89 0.6
HSL 12.53º 0.81% 0.22% -
HSV(B) 12.53º 0.89% 0.4% -
XYZ 6 3.78 0.73 -
YUV 49.36 106.35 165.54 -
System Red Green Blue C M Y K H S L
Decimal 102 30 11 0 0.71 0.89 0.6 12.53 0.81 0.22
Hex 66 1E B 0 47 59 3C D 51 16
Octal 146 36 13 0 107 131 74 15 121 26
Binary 1100110 11110 1011 0 1000111 1011001 111100 1101 1010001 10110

Color Harmonies of #661E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661E0B

Black with #661E0B

Text Example


Text Example

White with #661E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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