#614101

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

Shades of Raw Umber #614101

Tints of Raw Umber #614101

Color information

#614101 (or 0x614101) is unknown color: approx Raw Umber. HEX triplet: 61, 41 and 01. RGB value is (97,65,1). Sum of RGB (Red+Green+Blue) = 97+65+1=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #614101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614101 is #9EBEFE. Grayscale: #434343. Windows color (decimal): -10403583 or 82273. OLE color: 82273.

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

Color convert

RGB97651-
CMYK00.330.990.62
HSL40º97.96%19.22%-
HSV(B)40º98.97%38.04%-
XYZ6.836.320.89-
YUV67.2790.6149.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.51%
GREEN value IS 65 (25.78% from 255) = 39.88%
BLUE value IS 1 (0.78% from 255) = 0.61%
R=59.51%
G=39.88%
B=0.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9765100.330.990.624097.9619.22
Hex61411021633E286213
Octal1411011041143765014223
Binary11000011000001101000011100011111110101000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614101; }

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

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

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

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

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

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

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

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