#61440E

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

Shades of Raw Umber #61440E

Tints of Raw Umber #61440E

Color information

#61440E (or 0x61440E) is unknown color: approx Raw Umber. HEX triplet: 61, 44 and 0E. RGB value is (97,68,14). Sum of RGB (Red+Green+Blue) = 97+68+14=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 68 (26.95% from 255 or 37.99% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #61440E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61440E is #9EBBF1. Grayscale: #464646. Windows color (decimal): -10402802 or 935009. OLE color: 935009.

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

Color convert

RGB976814-
CMYK00.300.860.62
HSL39.04º74.77%21.76%-
HSV(B)39.04º85.57%38.04%-
XYZ7.086.711.34-
YUV70.5296.11146.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.19%
GREEN value IS 68 (26.95% from 255) = 37.99%
BLUE value IS 14 (5.86% from 255) = 7.82%
R=54.19%
G=37.99%
B=7.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97681400.300.860.6239.0474.7721.76
Hex6144E01E563E274b16
Octal14110416036126764711326
Binary1100001100010011100111101010110111110100111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61440E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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