#614207

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

Shades of Raw Umber #614207

Tints of Raw Umber #614207

Color information

#614207 (or 0x614207) is unknown color: approx Raw Umber. HEX triplet: 61, 42 and 07. RGB value is (97,66,7). Sum of RGB (Red+Green+Blue) = 97+66+7=170 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.06% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 7 (3.12% from 255 or 4.12% from 170); Max value from RGB is 97 - color contains mainly: red. Hex color #614207 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614207 is #9EBDF8. Grayscale: #444444. Windows color (decimal): -10403321 or 475745. OLE color: 475745.

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

Color convert

RGB97667-
CMYK00.320.930.62
HSL39.33º86.54%20.39%-
HSV(B)39.33º92.78%38.04%-
XYZ6.926.451.08-
YUV68.5493.27148.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.06%
GREEN value IS 66 (26.17% from 255) = 38.82%
BLUE value IS 7 (3.12% from 255) = 4.12%
R=57.06%
G=38.82%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9766700.320.930.6239.3386.5420.39
Hex614270205D3E275714
Octal1411027040135764712724
Binary1100001100001011101000001011101111110100111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614207; }

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

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

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

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

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

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

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

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