Html Css Color HEX #611716 Red Oxide

📋 copy color: '#611716'

red 97 ◦ green 23 ◦ blue 22

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

Shades of Red Oxide #611716

Tints of Red Oxide #611716

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.2%

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

R = 68.31%
G = 16.2%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#611716 (or 0x611716) is known color: Red Oxide. HEX triplet: 61, 17 and 16. RGB value is (97,23,22). Sum of RGB (Red+Green+Blue) = 97+23+22=142 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.31% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 97 - color contains mainly: red. Hex color #611716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611716 is #9EE8E9. Grayscale: #2D2D2D. Windows color (decimal): -10414314 or 1447777. OLE color: 1447777.

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

Color convert

RGB 97 23 22 -
CMYK 0 0.76 0.77 0.62
HSL 0.8º 0.63% 0.23% -
HSV(B) 0.8º 0.77% 0.38% -
XYZ 5.38 3.21 1.1 -
YUV 45.01 115.02 165.08 -
System Red Green Blue C M Y K H S L
Decimal 97 23 22 0 0.76 0.77 0.62 0.8 0.63 0.23
Hex 61 17 16 0 4C 4D 3E 1 3F 17
Octal 141 27 26 0 114 115 76 1 77 27
Binary 1100001 10111 10110 0 1001100 1001101 111110 1 111111 10111

Color Harmonies of #611716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611716

Black with #611716

Text Example


Text Example

White with #611716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611716; }

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

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

background-color css

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

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

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

border-color css

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

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

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