#614401

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

Shades of Raw Umber #614401

Tints of Raw Umber #614401

Color information

#614401 (or 0x614401) is unknown color: approx Raw Umber. HEX triplet: 61, 44 and 01. RGB value is (97,68,1). Sum of RGB (Red+Green+Blue) = 97+68+1=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #614401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614401 is #9EBBFE. Grayscale: #454545. Windows color (decimal): -10402815 or 83041. OLE color: 83041.

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

Color convert

RGB97681-
CMYK00.300.990.62
HSL41.88º97.96%19.22%-
HSV(B)41.88º98.97%38.04%-
XYZ76.680.95-
YUV69.0389.61147.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.43%
GREEN value IS 68 (26.95% from 255) = 40.96%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=58.43%
G=40.96%
B=0.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9768100.300.990.6241.8897.9619.22
Hex6144101E633E2a6213
Octal1411041036143765214223
Binary1100001100010010111101100011111110101010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614401; }

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

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

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

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

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

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

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

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