#614800

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

Shades of Raw Umber #614800

Tints of Raw Umber #614800

Color information

#614800 (or 0x614800) is unknown color: approx Raw Umber. HEX triplet: 61, 48 and 00. RGB value is (97,72,0). Sum of RGB (Red+Green+Blue) = 97+72+0=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #614800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614800 is #9EB7FF. Grayscale: #474747. Windows color (decimal): -10401792 or 18529. OLE color: 18529.

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

Color convert

RGB97720-
CMYK00.2610.62
HSL44.54º100%19.02%-
HSV(B)44.54º100%38.04%-
XYZ7.257.181-
YUV71.2787.78146.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.40%
GREEN value IS 72 (28.52% from 255) = 42.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.40%
G=42.60%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9772000.2610.6244.5410019.02
Hex6148001A643E2d6413
Octal1411100032144765514423
Binary1100001100100000110101100100111110101101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614800; }

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

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

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

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

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

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

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

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