#614711

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

Shades of Raw Umber #614711

Tints of Raw Umber #614711

Color information

#614711 (or 0x614711) is unknown color: approx Raw Umber. HEX triplet: 61, 47 and 11. RGB value is (97,71,17). Sum of RGB (Red+Green+Blue) = 97+71+17=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #614711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614711 is #9EB8EE. Grayscale: #484848. Windows color (decimal): -10402031 or 1132385. OLE color: 1132385.

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

Color convert

RGB977117-
CMYK00.270.820.62
HSL40.5º70.18%22.35%-
HSV(B)40.5º82.47%38.04%-
XYZ7.287.091.51-
YUV72.6296.61145.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.43%
GREEN value IS 71 (28.12% from 255) = 38.38%
BLUE value IS 17 (7.03% from 255) = 9.19%
R=52.43%
G=38.38%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97711700.270.820.6240.570.1822.35
Hex61471101B523E284616
Octal14110721033122765010626
Binary11000011000111100010110111010010111110101000100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614711; }

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

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

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

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

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

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

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

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