#614F04

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

Shades of Raw Umber #614F04

Tints of Raw Umber #614F04

Color information

#614F04 (or 0x614F04) is unknown color: approx Raw Umber. HEX triplet: 61, 4F and 04. RGB value is (97,79,4). Sum of RGB (Red+Green+Blue) = 97+79+4=180 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.89% from 180); Green value is 79 (31.25% from 255 or 43.89% from 180); Blue value is 4 (1.95% from 255 or 2.22% from 180); Max value from RGB is 97 - color contains mainly: red. Hex color #614F04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614F04 is #9EB0FB. Grayscale: #4C4C4C. Windows color (decimal): -10399996 or 282465. OLE color: 282465.

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

Color convert

RGB97794-
CMYK00.190.960.62
HSL48.39º92.08%19.8%-
HSV(B)48.39º95.88%38.04%-
XYZ7.758.141.28-
YUV75.8387.46143.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.89%
GREEN value IS 79 (31.25% from 255) = 43.89%
BLUE value IS 4 (1.95% from 255) = 2.22%
R=53.89%
G=43.89%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9779400.190.960.6248.3992.0819.8
Hex614F4013603E305c14
Octal1411174023140766013424
Binary110000110011111000100111100000111110110000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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