#614805

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

Shades of Raw Umber #614805

Tints of Raw Umber #614805

Color information

#614805 (or 0x614805) is unknown color: approx Raw Umber. HEX triplet: 61, 48 and 05. RGB value is (97,72,5). Sum of RGB (Red+Green+Blue) = 97+72+5=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #614805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614805 is #9EB7FA. Grayscale: #484848. Windows color (decimal): -10401787 or 346209. OLE color: 346209.

HSL color Cylindrical-coordinate representation of color #614805: hue angle of 43.7º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #614805 is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB97725-
CMYK00.260.950.62
HSL43.7º90.2%20%-
HSV(B)43.7º94.85%38.04%-
XYZ7.277.191.15-
YUV71.8490.28145.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.75%
GREEN value IS 72 (28.52% from 255) = 41.38%
BLUE value IS 5 (2.34% from 255) = 2.87%
R=55.75%
G=41.38%
B=2.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9772500.260.950.6243.790.220
Hex6148501A5F3E2c5a14
Octal1411105032137765413224
Binary110000110010001010110101011111111110101100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614805; }

 p { color: rgb(97,72,5); }

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

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

 a { background-color: rgb(97,72,5); }

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

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

 span { border-color: rgb(97,72,5); }

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