#614D0B

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

Shades of Raw Umber #614D0B

Tints of Raw Umber #614D0B

Color information

#614D0B (or 0x614D0B) is unknown color: approx Raw Umber. HEX triplet: 61, 4D and 0B. RGB value is (97,77,11). Sum of RGB (Red+Green+Blue) = 97+77+11=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 77 (30.47% from 255 or 41.62% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #614D0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614D0B is #9EB2F4. Grayscale: #4B4B4B. Windows color (decimal): -10400501 or 740705. OLE color: 740705.

HSL color Cylindrical-coordinate representation of color #614D0B: hue angle of 46.05º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #614D0B is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB977711-
CMYK00.210.890.62
HSL46.05º79.63%21.18%-
HSV(B)46.05º88.66%38.04%-
XYZ7.647.871.43-
YUV75.4691.63143.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.43%
GREEN value IS 77 (30.47% from 255) = 41.62%
BLUE value IS 11 (4.69% from 255) = 5.95%
R=52.43%
G=41.62%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97771100.210.890.6246.0579.6321.18
Hex614DB015593E2e5015
Octal14111513025131765612025
Binary1100001100110110110101011011001111110101110101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,77,11); }

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

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

 a { background-color: rgb(97,77,11); }

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

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

 span { border-color: rgb(97,77,11); }

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