#614103

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

Shades of Raw Umber #614103

Tints of Raw Umber #614103

Color information

#614103 (or 0x614103) is unknown color: approx Raw Umber. HEX triplet: 61, 41 and 03. RGB value is (97,65,3). Sum of RGB (Red+Green+Blue) = 97+65+3=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 3 (1.56% from 255 or 1.82% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #614103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614103 is #9EBEFC. Grayscale: #434343. Windows color (decimal): -10403581 or 213345. OLE color: 213345.

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

Color convert

RGB97653-
CMYK00.330.970.62
HSL39.57º94%19.61%-
HSV(B)39.57º96.91%38.04%-
XYZ6.846.330.95-
YUV67.591.6149.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.79%
GREEN value IS 65 (25.78% from 255) = 39.39%
BLUE value IS 3 (1.56% from 255) = 1.82%
R=58.79%
G=39.39%
B=1.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9765300.330.970.6239.579419.61
Hex61413021613E285e14
Octal1411013041141765013624
Binary110000110000011101000011100001111110101000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614103; }

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

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

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

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

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

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

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

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