Html Css Color HEX #611D16 Red Oxide

📋 copy color: '#611D16'

red 97 ◦ green 29 ◦ blue 22

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

Shades of Red Oxide #611D16

Tints of Red Oxide #611D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.86%

R = 65.54%
G = 19.59%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#611D16 (or 0x611D16) is known color: Red Oxide. HEX triplet: 61, 1D and 16. RGB value is (97,29,22). Sum of RGB (Red+Green+Blue) = 97+29+22=148 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.54% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 97 - color contains mainly: red. Hex color #611D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611D16 is #9EE2E9. Grayscale: #303030. Windows color (decimal): -10412778 or 1449313. OLE color: 1449313.

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

Color convert

RGB 97 29 22 -
CMYK 0 0.70 0.77 0.62
HSL 5.6º 0.63% 0.23% -
HSV(B) 5.6º 0.77% 0.38% -
XYZ 5.51 3.48 1.14 -
YUV 48.53 113.03 162.57 -
System Red Green Blue C M Y K H S L
Decimal 97 29 22 0 0.70 0.77 0.62 5.6 0.63 0.23
Hex 61 1D 16 0 46 4D 3E 6 3F 17
Octal 141 35 26 0 106 115 76 6 77 27
Binary 1100001 11101 10110 0 1000110 1001101 111110 110 111111 10111

Color Harmonies of #611D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611D16

Black with #611D16

Text Example


Text Example

White with #611D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,29,22); }

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

background-color css

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

 a { background-color: rgb(97,29,22); }

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

border-color css

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

 span { border-color: rgb(97,29,22); }

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