#611C08

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

Shades of Red Oxide #611C08

Tints of Red Oxide #611C08

Color information

#611C08 (or 0x611C08) is unknown color: approx Red Oxide. HEX triplet: 61, 1C and 08. RGB value is (97,28,8). Sum of RGB (Red+Green+Blue) = 97+28+8=133 (17% of max value = 765). Red value is 97 (38.28% from 255 or 72.93% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 8 (3.52% from 255 or 6.02% from 133); Max value from RGB is 97 - color contains mainly: red. Hex color #611C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611C08 is #9EE3F7. Grayscale: #2E2E2E. Windows color (decimal): -10413048 or 531553. OLE color: 531553.

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

Color convert

RGB97288-
CMYK00.710.920.62
HSL13.48º84.76%20.59%-
HSV(B)13.48º91.75%38.04%-
XYZ5.393.390.6-
YUV46.35106.36164.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 72.93%
GREEN value IS 28 (11.33% from 255) = 21.05%
BLUE value IS 8 (3.52% from 255) = 6.02%
R=72.93%
G=21.05%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9728800.710.920.6213.4884.7620.59
Hex611C80475C3Ed5515
Octal14134100107134761512525
Binary11000011110010000100011110111001111101101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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