#614E0D

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

Shades of Raw Umber #614E0D

Tints of Raw Umber #614E0D

Color information

#614E0D (or 0x614E0D) is unknown color: approx Raw Umber. HEX triplet: 61, 4E and 0D. RGB value is (97,78,13). Sum of RGB (Red+Green+Blue) = 97+78+13=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #614E0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614E0D is #9EB1F2. Grayscale: #4C4C4C. Windows color (decimal): -10400243 or 872033. OLE color: 872033.

HSL color Cylindrical-coordinate representation of color #614E0D: hue angle of 46.43º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #614E0D is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB977813-
CMYK00.200.870.62
HSL46.43º76.36%21.57%-
HSV(B)46.43º86.6%38.04%-
XYZ7.738.021.52-
YUV76.2792.29142.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.60%
GREEN value IS 78 (30.86% from 255) = 41.49%
BLUE value IS 13 (5.47% from 255) = 6.91%
R=51.60%
G=41.49%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97781300.200.870.6246.4376.3621.57
Hex614ED014573E2e4c16
Octal14111615024127765611426
Binary1100001100111011010101001010111111110101110100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614E0D; }

 p { color: rgb(97,78,13); }

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

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

 a { background-color: rgb(97,78,13); }

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

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

 span { border-color: rgb(97,78,13); }

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