#614810

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

Shades of Raw Umber #614810

Tints of Raw Umber #614810

Color information

#614810 (or 0x614810) is unknown color: approx Raw Umber. HEX triplet: 61, 48 and 10. RGB value is (97,72,16). Sum of RGB (Red+Green+Blue) = 97+72+16=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #614810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614810 is #9EB7EF. Grayscale: #494949. Windows color (decimal): -10401776 or 1067105. OLE color: 1067105.

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

Color convert

RGB977216-
CMYK00.260.840.62
HSL41.48º71.68%22.16%-
HSV(B)41.48º83.51%38.04%-
XYZ7.347.211.5-
YUV73.0995.78145.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.43%
GREEN value IS 72 (28.52% from 255) = 38.92%
BLUE value IS 16 (6.64% from 255) = 8.65%
R=52.43%
G=38.92%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97721600.260.840.6241.4871.6822.16
Hex61481001A543E294816
Octal14111020032124765111026
Binary11000011001000100000110101010100111110101001100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614810; }

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

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

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

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

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

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

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

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