#614705

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

Shades of Raw Umber #614705

Tints of Raw Umber #614705

Color information

#614705 (or 0x614705) is unknown color: approx Raw Umber. HEX triplet: 61, 47 and 05. RGB value is (97,71,5). Sum of RGB (Red+Green+Blue) = 97+71+5=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #614705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614705 is #9EB8FA. Grayscale: #474747. Windows color (decimal): -10402043 or 345953. OLE color: 345953.

HSL color Cylindrical-coordinate representation of color #614705: hue angle of 43.04º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #614705 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB97715-
CMYK00.270.950.62
HSL43.04º90.2%20%-
HSV(B)43.04º94.85%38.04%-
XYZ7.217.061.13-
YUV71.2590.61146.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.07%
GREEN value IS 71 (28.12% from 255) = 41.04%
BLUE value IS 5 (2.34% from 255) = 2.89%
R=56.07%
G=41.04%
B=2.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9771500.270.950.6243.0490.220
Hex6147501B5F3E2b5a14
Octal1411075033137765313224
Binary110000110001111010110111011111111110101011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614705; }

 p { color: rgb(97,71,5); }

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

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

 a { background-color: rgb(97,71,5); }

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

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

 span { border-color: rgb(97,71,5); }

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