#614511

Color #614511 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #614511

Tints of Raw Umber #614511

Color information

#614511 (or 0x614511) is unknown color: approx Raw Umber. HEX triplet: 61, 45 and 11. RGB value is (97,69,17). Sum of RGB (Red+Green+Blue) = 97+69+17=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #614511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614511 is #9EBAEE. Grayscale: #474747. Windows color (decimal): -10402543 or 1131873. OLE color: 1131873.

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

Color convert

RGB976917-
CMYK00.290.820.62
HSL39º70.18%22.35%-
HSV(B)39º82.47%38.04%-
XYZ7.166.841.47-
YUV71.4497.28146.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.01%
GREEN value IS 69 (27.34% from 255) = 37.70%
BLUE value IS 17 (7.03% from 255) = 9.29%
R=53.01%
G=37.70%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97691700.290.820.623970.1822.35
Hex61451101D523E274616
Octal14110521035122764710626
Binary11000011000101100010111011010010111110100111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614511; }

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

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

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

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

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

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

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

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