Html Css Color HEX #611106 Red Oxide

📋 copy color: '#611106'

red 97 ◦ green 17 ◦ blue 6

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

Shades of Red Oxide #611106

Tints of Red Oxide #611106

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.17%

 BLUE value IS 6 (2.73% from 255) = 5%

R = 80.83%
G = 14.17%
B = 5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#611106 (or 0x611106) is known color: Red Oxide. HEX triplet: 61, 11 and 06. RGB value is (97,17,6). Sum of RGB (Red+Green+Blue) = 97+17+6=120 (15% of max value = 765). Red value is 97 (38.28% from 255 or 80.83% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 97 - color contains mainly: red. Hex color #611106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611106 is #9EEEF9. Grayscale: #272727. Windows color (decimal): -10415866 or 397665. OLE color: 397665.

HSL color Cylindrical-coordinate representation of color #611106: hue angle of 7.25º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #611106 is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 17 6 -
CMYK 0 0.82 0.94 0.62
HSL 7.25º 0.88% 0.2% -
HSV(B) 7.25º 0.94% 0.38% -
XYZ 5.16 2.96 0.47 -
YUV 39.67 109 168.89 -
System Red Green Blue C M Y K H S L
Decimal 97 17 6 0 0.82 0.94 0.62 7.25 0.88 0.2
Hex 61 11 6 0 52 5E 3E 7 58 14
Octal 141 21 6 0 122 136 76 7 130 24
Binary 1100001 10001 110 0 1010010 1011110 111110 111 1011000 10100

Color Harmonies of #611106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611106

Black with #611106

Text Example


Text Example

White with #611106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611106; }

 p { color: rgb(97,17,6); }

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

background-color css

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

 a { background-color: rgb(97,17,6); }

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

border-color css

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

 span { border-color: rgb(97,17,6); }

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