#614801

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

Shades of Raw Umber #614801

Tints of Raw Umber #614801

Color information

#614801 (or 0x614801) is unknown color: approx Raw Umber. HEX triplet: 61, 48 and 01. RGB value is (97,72,1). Sum of RGB (Red+Green+Blue) = 97+72+1=170 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.06% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 97 - color contains mainly: red. Hex color #614801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614801 is #9EB7FE. Grayscale: #474747. Windows color (decimal): -10401791 or 84065. OLE color: 84065.

HSL color Cylindrical-coordinate representation of color #614801: hue angle of 44.38º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #614801 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB97721-
CMYK00.260.990.62
HSL44.38º97.96%19.22%-
HSV(B)44.38º98.97%38.04%-
XYZ7.257.181.03-
YUV71.3888.28146.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.06%
GREEN value IS 72 (28.52% from 255) = 42.35%
BLUE value IS 1 (0.78% from 255) = 0.59%
R=57.06%
G=42.35%
B=0.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9772100.260.990.6244.3897.9619.22
Hex6148101A633E2c6213
Octal1411101032143765414223
Binary1100001100100010110101100011111110101100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614801; }

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

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

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

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

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

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

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

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