#614D04

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

Shades of Raw Umber #614D04

Tints of Raw Umber #614D04

Color information

#614D04 (or 0x614D04) is unknown color: approx Raw Umber. HEX triplet: 61, 4D and 04. RGB value is (97,77,4). Sum of RGB (Red+Green+Blue) = 97+77+4=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 77 (30.47% from 255 or 43.26% from 178); Blue value is 4 (1.95% from 255 or 2.25% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #614D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614D04 is #9EB2FB. Grayscale: #4A4A4A. Windows color (decimal): -10400508 or 281953. OLE color: 281953.

HSL color Cylindrical-coordinate representation of color #614D04: hue angle of 47.1º 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 #614D04 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB97774-
CMYK00.210.960.62
HSL47.1º92.08%19.8%-
HSV(B)47.1º95.88%38.04%-
XYZ7.617.861.23-
YUV74.6688.13143.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.49%
GREEN value IS 77 (30.47% from 255) = 43.26%
BLUE value IS 4 (1.95% from 255) = 2.25%
R=54.49%
G=43.26%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9777400.210.960.6247.192.0819.8
Hex614D4015603E2f5c14
Octal1411154025140765713424
Binary110000110011011000101011100000111110101111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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