#611600

Color #611600 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #611600

Tints of Red Oxide #611600

Color information

#611600 (or 0x611600) is unknown color: approx Red Oxide. HEX triplet: 61, 16 and 00. RGB value is (97,22,0). Sum of RGB (Red+Green+Blue) = 97+22+0=119 (15% of max value = 765). Red value is 97 (38.28% from 255 or 81.51% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 97 - color contains mainly: red. Hex color #611600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611600 is #9EE9FF. Grayscale: #2A2A2A. Windows color (decimal): -10414592 or 5729. OLE color: 5729.

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

Color convert

RGB97220-
CMYK00.7710.62
HSL13.61º100%19.02%-
HSV(B)13.61º100%38.04%-
XYZ5.223.120.33-
YUV41.92104.35167.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 81.51%
GREEN value IS 22 (8.98% from 255) = 18.49%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.51%
G=18.49%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9722000.7710.6213.6110019.02
Hex6116004D643Ee6413
Octal1412600115144761614423
Binary11000011011000100110111001001111101110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611600; }

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

 H1.HeaderClassName
 {
   color: #611600;
 }
 .AnyTagClassName
 {
   color: #611600;
 }
</style>
background-color css

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

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

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

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

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

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