#614005

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

Shades of Raw Umber #614005

Tints of Raw Umber #614005

Color information

#614005 (or 0x614005) is unknown color: approx Raw Umber. HEX triplet: 61, 40 and 05. RGB value is (97,64,5). Sum of RGB (Red+Green+Blue) = 97+64+5=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #614005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614005 is #9EBFFA. Grayscale: #434343. Windows color (decimal): -10403835 or 344161. OLE color: 344161.

HSL color Cylindrical-coordinate representation of color #614005: hue angle of 38.48º 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 #614005 is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB97645-
CMYK00.340.950.62
HSL38.48º90.2%20%-
HSV(B)38.48º94.85%38.04%-
XYZ6.796.220.99-
YUV67.1492.93149.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.43%
GREEN value IS 64 (25.39% from 255) = 38.55%
BLUE value IS 5 (2.34% from 255) = 3.01%
R=58.43%
G=38.55%
B=3.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9764500.340.950.6238.4890.220
Hex614050225F3E265a14
Octal1411005042137764613224
Binary1100001100000010101000101011111111110100110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614005; }

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

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

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

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

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

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

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

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