#614100

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

Shades of Raw Umber #614100

Tints of Raw Umber #614100

Color information

#614100 (or 0x614100) is unknown color: approx Raw Umber. HEX triplet: 61, 41 and 00. RGB value is (97,65,0). Sum of RGB (Red+Green+Blue) = 97+65+0=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #614100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614100 is #9EBEFF. Grayscale: #434343. Windows color (decimal): -10403584 or 16737. OLE color: 16737.

HSL color Cylindrical-coordinate representation of color #614100: hue angle of 40.21º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #614100 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB97650-
CMYK00.3310.62
HSL40.21º100%19.02%-
HSV(B)40.21º100%38.04%-
XYZ6.826.320.86-
YUV67.1690.1149.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.88%
GREEN value IS 65 (25.78% from 255) = 40.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.88%
G=40.12%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9765000.3310.6240.2110019.02
Hex61410021643E286413
Octal1411010041144765014423
Binary11000011000001001000011100100111110101000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614100; }

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

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

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

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

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

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

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

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