#61490E

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

Shades of Raw Umber #61490E

Tints of Raw Umber #61490E

Color information

#61490E (or 0x61490E) is unknown color: approx Raw Umber. HEX triplet: 61, 49 and 0E. RGB value is (97,73,14). Sum of RGB (Red+Green+Blue) = 97+73+14=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 14 (5.86% from 255 or 7.61% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #61490E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61490E is #9EB6F1. Grayscale: #494949. Windows color (decimal): -10401522 or 936289. OLE color: 936289.

HSL color Cylindrical-coordinate representation of color #61490E: hue angle of 42.65º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #61490E is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB977314-
CMYK00.250.860.62
HSL42.65º74.77%21.76%-
HSV(B)42.65º85.57%38.04%-
XYZ7.397.341.44-
YUV73.4594.45144.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.72%
GREEN value IS 73 (28.91% from 255) = 39.67%
BLUE value IS 14 (5.86% from 255) = 7.61%
R=52.72%
G=39.67%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97731400.250.860.6242.6574.7721.76
Hex6149E019563E2b4b16
Octal14111116031126765311326
Binary1100001100100111100110011010110111110101011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61490E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61490E; }

 p { color: rgb(97,73,14); }

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

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

 a { background-color: rgb(97,73,14); }

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

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

 span { border-color: rgb(97,73,14); }

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