#614700

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

Shades of Raw Umber #614700

Tints of Raw Umber #614700

Color information

#614700 (or 0x614700) is unknown color: approx Raw Umber. HEX triplet: 61, 47 and 00. RGB value is (97,71,0). Sum of RGB (Red+Green+Blue) = 97+71+0=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #614700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614700 is #9EB8FF. Grayscale: #464646. Windows color (decimal): -10402048 or 18273. OLE color: 18273.

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

Color convert

RGB97710-
CMYK00.2710.62
HSL43.92º100%19.02%-
HSV(B)43.92º100%38.04%-
XYZ7.187.050.98-
YUV70.6888.11146.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.74%
GREEN value IS 71 (28.12% from 255) = 42.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.74%
G=42.26%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9771000.2710.6243.9210019.02
Hex6147001B643E2c6413
Octal1411070033144765414423
Binary1100001100011100110111100100111110101100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614700; }

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

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

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

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

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

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

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

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