#614405

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

Shades of Raw Umber #614405

Tints of Raw Umber #614405

Color information

#614405 (or 0x614405) is unknown color: approx Raw Umber. HEX triplet: 61, 44 and 05. RGB value is (97,68,5). Sum of RGB (Red+Green+Blue) = 97+68+5=170 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.06% from 170); Green value is 68 (26.95% from 255 or 40% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 97 - color contains mainly: red. Hex color #614405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614405 is #9EBBFA. Grayscale: #454545. Windows color (decimal): -10402811 or 345185. OLE color: 345185.

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

Color convert

RGB97685-
CMYK00.300.950.62
HSL41.09º90.2%20%-
HSV(B)41.09º94.85%38.04%-
XYZ7.026.691.06-
YUV69.4991.61147.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.06%
GREEN value IS 68 (26.95% from 255) = 40%
BLUE value IS 5 (2.34% from 255) = 2.94%
R=57.06%
G=40%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9768500.300.950.6241.0990.220
Hex6144501E5F3E295a14
Octal1411045036137765113224
Binary110000110001001010111101011111111110101001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614405; }

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

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

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

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

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

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

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

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