#614411

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

Shades of Raw Umber #614411

Tints of Raw Umber #614411

Color information

#614411 (or 0x614411) is unknown color: approx Raw Umber. HEX triplet: 61, 44 and 11. RGB value is (97,68,17). Sum of RGB (Red+Green+Blue) = 97+68+17=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #614411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614411 is #9EBBEE. Grayscale: #474747. Windows color (decimal): -10402799 or 1131617. OLE color: 1131617.

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

Color convert

RGB976817-
CMYK00.300.820.62
HSL38.25º70.18%22.35%-
HSV(B)38.25º82.47%38.04%-
XYZ7.16.721.45-
YUV70.8697.61146.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.30%
GREEN value IS 68 (26.95% from 255) = 37.36%
BLUE value IS 17 (7.03% from 255) = 9.34%
R=53.30%
G=37.36%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97681700.300.820.6238.2570.1822.35
Hex61441101E523E264616
Octal14110421036122764610626
Binary11000011000100100010111101010010111110100110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614411; }

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

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

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

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

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

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

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

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