Html Css Color HEX #611916 Red Oxide

📋 copy color: '#611916'

red 97 ◦ green 25 ◦ blue 22

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

Shades of Red Oxide #611916

Tints of Red Oxide #611916

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.36%

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

R = 67.36%
G = 17.36%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#611916 (or 0x611916) is known color: Red Oxide. HEX triplet: 61, 19 and 16. RGB value is (97,25,22). Sum of RGB (Red+Green+Blue) = 97+25+22=144 (19% of max value = 765). Red value is 97 (38.28% from 255 or 67.36% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 22 (8.98% from 255 or 15.28% from 144); Max value from RGB is 97 - color contains mainly: red. Hex color #611916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611916 is #9EE6E9. Grayscale: #2E2E2E. Windows color (decimal): -10413802 or 1448289. OLE color: 1448289.

HSL color Cylindrical-coordinate representation of color #611916: hue angle of 2.4º 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 #611916 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 25 22 -
CMYK 0 0.74 0.77 0.62
HSL 2.4º 0.63% 0.23% -
HSV(B) 2.4º 0.77% 0.38% -
XYZ 5.42 3.29 1.11 -
YUV 46.19 114.35 164.24 -
System Red Green Blue C M Y K H S L
Decimal 97 25 22 0 0.74 0.77 0.62 2.4 0.63 0.23
Hex 61 19 16 0 4A 4D 3E 2 3F 17
Octal 141 31 26 0 112 115 76 2 77 27
Binary 1100001 11001 10110 0 1001010 1001101 111110 10 111111 10111

Color Harmonies of #611916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611916

Black with #611916

Text Example


Text Example

White with #611916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611916; }

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

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

background-color css

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

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

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

border-color css

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

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

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