#611C14

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

Shades of Red Oxide #611C14

Tints of Red Oxide #611C14

Color information

#611C14 (or 0x611C14) is unknown color: approx Red Oxide. HEX triplet: 61, 1C and 14. RGB value is (97,28,20). Sum of RGB (Red+Green+Blue) = 97+28+20=145 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.90% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 97 - color contains mainly: red. Hex color #611C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611C14 is #9EE3EB. Grayscale: #2F2F2F. Windows color (decimal): -10413036 or 1317985. OLE color: 1317985.

HSL color Cylindrical-coordinate representation of color #611C14: hue angle of 6.23º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #611C14 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB972820-
CMYK00.710.790.62
HSL6.23º65.81%22.94%-
HSV(B)6.23º79.38%38.04%-
XYZ5.473.421.03-
YUV47.72112.36163.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 66.90%
GREEN value IS 28 (11.33% from 255) = 19.31%
BLUE value IS 20 (8.20% from 255) = 13.79%
R=66.90%
G=19.31%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97282000.710.790.626.2365.8122.94
Hex611C140474F3E64217
Octal1413424010711776610227
Binary11000011110010100010001111001111111110110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611C14; }

 p { color: rgb(97,28,20); }

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

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

 a { background-color: rgb(97,28,20); }

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

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

 span { border-color: rgb(97,28,20); }

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