#614604

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

Shades of Raw Umber #614604

Tints of Raw Umber #614604

Color information

#614604 (or 0x614604) is unknown color: approx Raw Umber. HEX triplet: 61, 46 and 04. RGB value is (97,70,4). Sum of RGB (Red+Green+Blue) = 97+70+4=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #614604 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614604 is #9EB9FB. Grayscale: #464646. Windows color (decimal): -10402300 or 280161. OLE color: 280161.

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

Color convert

RGB97704-
CMYK00.280.960.62
HSL42.58º92.08%19.8%-
HSV(B)42.58º95.88%38.04%-
XYZ7.146.931.08-
YUV70.5590.45146.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.73%
GREEN value IS 70 (27.73% from 255) = 40.94%
BLUE value IS 4 (1.95% from 255) = 2.34%
R=56.73%
G=40.94%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9770400.280.960.6242.5892.0819.8
Hex6146401C603E2b5c14
Octal1411064034140765313424
Binary110000110001101000111001100000111110101011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614604; }

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

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

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

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

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

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

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

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