#614206

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

Shades of Raw Umber #614206

Tints of Raw Umber #614206

Color information

#614206 (or 0x614206) is unknown color: approx Raw Umber. HEX triplet: 61, 42 and 06. RGB value is (97,66,6). Sum of RGB (Red+Green+Blue) = 97+66+6=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 6 (2.73% from 255 or 3.55% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #614206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614206 is #9EBDF9. Grayscale: #444444. Windows color (decimal): -10403322 or 410209. OLE color: 410209.

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

Color convert

RGB97666-
CMYK00.320.940.62
HSL39.56º88.35%20.2%-
HSV(B)39.56º93.81%38.04%-
XYZ6.916.451.05-
YUV68.4392.77148.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.40%
GREEN value IS 66 (26.17% from 255) = 39.05%
BLUE value IS 6 (2.73% from 255) = 3.55%
R=57.40%
G=39.05%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9766600.320.940.6239.5688.3520.2
Hex614260205E3E285814
Octal1411026040136765013024
Binary1100001100001011001000001011110111110101000101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614206; }

 p { color: rgb(97,66,6); }

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

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

 a { background-color: rgb(97,66,6); }

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

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

 span { border-color: rgb(97,66,6); }

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