#614A04

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

Shades of Raw Umber #614A04

Tints of Raw Umber #614A04

Color information

#614A04 (or 0x614A04) is unknown color: approx Raw Umber. HEX triplet: 61, 4A and 04. RGB value is (97,74,4). Sum of RGB (Red+Green+Blue) = 97+74+4=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #614A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614A04 is #9EB5FB. Grayscale: #494949. Windows color (decimal): -10401276 or 281185. OLE color: 281185.

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

Color convert

RGB97744-
CMYK00.240.960.62
HSL45.16º92.08%19.8%-
HSV(B)45.16º95.88%38.04%-
XYZ7.47.451.16-
YUV72.989.12145.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.43%
GREEN value IS 74 (29.30% from 255) = 42.29%
BLUE value IS 4 (1.95% from 255) = 2.29%
R=55.43%
G=42.29%
B=2.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9774400.240.960.6245.1692.0819.8
Hex614A4018603E2d5c14
Octal1411124030140765513424
Binary110000110010101000110001100000111110101101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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