#614701

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

Shades of Raw Umber #614701

Tints of Raw Umber #614701

Color information

#614701 (or 0x614701) is unknown color: approx Raw Umber. HEX triplet: 61, 47 and 01. RGB value is (97,71,1). Sum of RGB (Red+Green+Blue) = 97+71+1=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #614701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614701 is #9EB8FE. Grayscale: #474747. Windows color (decimal): -10402047 or 83809. OLE color: 83809.

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

Color convert

RGB97711-
CMYK00.270.990.62
HSL43.75º97.96%19.22%-
HSV(B)43.75º98.97%38.04%-
XYZ7.197.051.01-
YUV70.7988.61146.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.40%
GREEN value IS 71 (28.12% from 255) = 42.01%
BLUE value IS 1 (0.78% from 255) = 0.59%
R=57.40%
G=42.01%
B=0.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9771100.270.990.6243.7597.9619.22
Hex6147101B633E2c6213
Octal1411071033143765414223
Binary1100001100011110110111100011111110101100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614701; }

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

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

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

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

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

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

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

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