Html Css Color HEX #611E15 Red Oxide

📋 copy color: '#611E15'

red 97 ◦ green 30 ◦ blue 21

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

Shades of Red Oxide #611E15

Tints of Red Oxide #611E15

RGB

 RED value IS 97 (38.28% from 255) = 65.54%

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

 BLUE value IS 21 (8.59% from 255) = 14.19%

R = 65.54%
G = 20.27%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#611E15 (or 0x611E15) is known color: Red Oxide. HEX triplet: 61, 1E and 15. RGB value is (97,30,21). Sum of RGB (Red+Green+Blue) = 97+30+21=148 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.54% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 97 - color contains mainly: red. Hex color #611E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611E15 is #9EE1EA. Grayscale: #313131. Windows color (decimal): -10412523 or 1384033. OLE color: 1384033.

HSL color Cylindrical-coordinate representation of color #611E15: hue angle of 7.11º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #611E15 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 30 21 -
CMYK 0 0.69 0.78 0.62
HSL 7.11º 0.64% 0.23% -
HSV(B) 7.11º 0.78% 0.38% -
XYZ 5.53 3.52 1.1 -
YUV 49.01 112.2 162.23 -
System Red Green Blue C M Y K H S L
Decimal 97 30 21 0 0.69 0.78 0.62 7.11 0.64 0.23
Hex 61 1E 15 0 45 4E 3E 7 40 17
Octal 141 36 25 0 105 116 76 7 100 27
Binary 1100001 11110 10101 0 1000101 1001110 111110 111 1000000 10111

Color Harmonies of #611E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611E15

Black with #611E15

Text Example


Text Example

White with #611E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611E15; }

 p { color: rgb(97,30,21); }

 H1.HeaderClassName
 {
   color: #611E15;
 }
 .AnyTagClassName
 {
   color: #611E15;
 }
</style>

background-color css

<style>
 a { background-color: #611E15; }

 a { background-color: rgb(97,30,21); }

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

border-color css

<style>
 span { border-color: #611E15; }

 span { border-color: rgb(97,30,21); }

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