Html Css Color HEX #611506 Red Oxide

📋 copy color: '#611506'

red 97 ◦ green 21 ◦ blue 6

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

Shades of Red Oxide #611506

Tints of Red Oxide #611506

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.94%

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

R = 78.23%
G = 16.94%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#611506 (or 0x611506) is known color: Red Oxide. HEX triplet: 61, 15 and 06. RGB value is (97,21,6). Sum of RGB (Red+Green+Blue) = 97+21+6=124 (16% of max value = 765). Red value is 97 (38.28% from 255 or 78.23% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 97 - color contains mainly: red. Hex color #611506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611506 is #9EEAF9. Grayscale: #2A2A2A. Windows color (decimal): -10414842 or 398689. OLE color: 398689.

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

Color convert

RGB 97 21 6 -
CMYK 0 0.78 0.94 0.62
HSL 9.89º 0.88% 0.2% -
HSV(B) 9.89º 0.94% 0.38% -
XYZ 5.23 3.09 0.49 -
YUV 42.01 107.68 167.22 -
System Red Green Blue C M Y K H S L
Decimal 97 21 6 0 0.78 0.94 0.62 9.89 0.88 0.2
Hex 61 15 6 0 4E 5E 3E A 58 14
Octal 141 25 6 0 116 136 76 12 130 24
Binary 1100001 10101 110 0 1001110 1011110 111110 1010 1011000 10100

Color Harmonies of #611506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611506

Black with #611506

Text Example


Text Example

White with #611506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611506; }

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

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

background-color css

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

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

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

border-color css

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

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

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