#614C04

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

Shades of Raw Umber #614C04

Tints of Raw Umber #614C04

Color information

#614C04 (or 0x614C04) is unknown color: approx Raw Umber. HEX triplet: 61, 4C and 04. RGB value is (97,76,4). Sum of RGB (Red+Green+Blue) = 97+76+4=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 76 (30.08% from 255 or 42.94% from 177); Blue value is 4 (1.95% from 255 or 2.26% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #614C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614C04 is #9EB3FB. Grayscale: #4A4A4A. Windows color (decimal): -10400764 or 281697. OLE color: 281697.

HSL color Cylindrical-coordinate representation of color #614C04: hue angle of 46.45º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #614C04 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB97764-
CMYK00.220.960.62
HSL46.45º92.08%19.8%-
HSV(B)46.45º95.88%38.04%-
XYZ7.547.721.21-
YUV74.0788.46144.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.80%
GREEN value IS 76 (30.08% from 255) = 42.94%
BLUE value IS 4 (1.95% from 255) = 2.26%
R=54.80%
G=42.94%
B=2.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9776400.220.960.6246.4592.0819.8
Hex614C4016603E2e5c14
Octal1411144026140765613424
Binary110000110011001000101101100000111110101110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614C04; }

 p { color: rgb(97,76,4); }

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

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

 a { background-color: rgb(97,76,4); }

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

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

 span { border-color: rgb(97,76,4); }

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