#614400

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

Shades of Raw Umber #614400

Tints of Raw Umber #614400

Color information

#614400 (or 0x614400) is unknown color: approx Raw Umber. HEX triplet: 61, 44 and 00. RGB value is (97,68,0). Sum of RGB (Red+Green+Blue) = 97+68+0=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 68 (26.95% from 255 or 41.21% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #614400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614400 is #9EBBFF. Grayscale: #454545. Windows color (decimal): -10402816 or 17505. OLE color: 17505.

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

Color convert

RGB97680-
CMYK00.3010.62
HSL42.06º100%19.02%-
HSV(B)42.06º100%38.04%-
XYZ76.680.92-
YUV68.9289.11148.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.79%
GREEN value IS 68 (26.95% from 255) = 41.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.79%
G=41.21%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9768000.3010.6242.0610019.02
Hex6144001E643E2a6413
Octal1411040036144765214423
Binary1100001100010000111101100100111110101010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614400; }

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

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

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

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

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

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

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

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