#614304

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

Shades of Raw Umber #614304

Tints of Raw Umber #614304

Color information

#614304 (or 0x614304) is unknown color: approx Raw Umber. HEX triplet: 61, 43 and 04. RGB value is (97,67,4). Sum of RGB (Red+Green+Blue) = 97+67+4=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 4 (1.95% from 255 or 2.38% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #614304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614304 is #9EBCFB. Grayscale: #454545. Windows color (decimal): -10403068 or 279393. OLE color: 279393.

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

Color convert

RGB97674-
CMYK00.310.960.62
HSL40.65º92.08%19.8%-
HSV(B)40.65º95.88%38.04%-
XYZ6.966.561.02-
YUV68.7991.44148.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.74%
GREEN value IS 67 (26.56% from 255) = 39.88%
BLUE value IS 4 (1.95% from 255) = 2.38%
R=57.74%
G=39.88%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9767400.310.960.6240.6592.0819.8
Hex6143401F603E295c14
Octal1411034037140765113424
Binary110000110000111000111111100000111110101001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614304; }

 p { color: rgb(97,67,4); }

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

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

 a { background-color: rgb(97,67,4); }

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

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

 span { border-color: rgb(97,67,4); }

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