#61460E

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

Shades of Raw Umber #61460E

Tints of Raw Umber #61460E

Color information

#61460E (or 0x61460E) is unknown color: approx Raw Umber. HEX triplet: 61, 46 and 0E. RGB value is (97,70,14). Sum of RGB (Red+Green+Blue) = 97+70+14=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #61460E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61460E is #9EB9F1. Grayscale: #474747. Windows color (decimal): -10402290 or 935521. OLE color: 935521.

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

Color convert

RGB977014-
CMYK00.280.860.62
HSL40.48º74.77%21.76%-
HSV(B)40.48º85.57%38.04%-
XYZ7.26.951.38-
YUV71.6995.45146.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.59%
GREEN value IS 70 (27.73% from 255) = 38.67%
BLUE value IS 14 (5.86% from 255) = 7.73%
R=53.59%
G=38.67%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97701400.280.860.6240.4874.7721.76
Hex6146E01C563E284b16
Octal14110616034126765011326
Binary1100001100011011100111001010110111110101000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61460E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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