#614006

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

Shades of Raw Umber #614006

Tints of Raw Umber #614006

Color information

#614006 (or 0x614006) is unknown color: approx Raw Umber. HEX triplet: 61, 40 and 06. RGB value is (97,64,6). Sum of RGB (Red+Green+Blue) = 97+64+6=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 6 (2.73% from 255 or 3.59% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #614006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614006 is #9EBFF9. Grayscale: #434343. Windows color (decimal): -10403834 or 409697. OLE color: 409697.

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

Color convert

RGB97646-
CMYK00.340.940.62
HSL38.24º88.35%20.2%-
HSV(B)38.24º93.81%38.04%-
XYZ6.86.221.01-
YUV67.2693.43149.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.08%
GREEN value IS 64 (25.39% from 255) = 38.32%
BLUE value IS 6 (2.73% from 255) = 3.59%
R=58.08%
G=38.32%
B=3.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9764600.340.940.6238.2488.3520.2
Hex614060225E3E265814
Octal1411006042136764613024
Binary1100001100000011001000101011110111110100110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614006; }

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

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

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

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

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

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

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

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