#614912

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

Shades of Raw Umber #614912

Tints of Raw Umber #614912

Color information

#614912 (or 0x614912) is unknown color: approx Raw Umber. HEX triplet: 61, 49 and 12. RGB value is (97,73,18). Sum of RGB (Red+Green+Blue) = 97+73+18=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #614912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614912 is #9EB6ED. Grayscale: #4A4A4A. Windows color (decimal): -10401518 or 1198433. OLE color: 1198433.

HSL color Cylindrical-coordinate representation of color #614912: hue angle of 41.77º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #614912 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB977318-
CMYK00.250.810.62
HSL41.77º68.7%22.55%-
HSV(B)41.77º81.44%38.04%-
XYZ7.427.351.6-
YUV73.9196.45144.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.60%
GREEN value IS 73 (28.91% from 255) = 38.83%
BLUE value IS 18 (7.42% from 255) = 9.57%
R=51.60%
G=38.83%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97731800.250.810.6241.7768.722.55
Hex614912019513E2a4517
Octal14111122031121765210527
Binary11000011001001100100110011010001111110101010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614912; }

 p { color: rgb(97,73,18); }

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

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

 a { background-color: rgb(97,73,18); }

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

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

 span { border-color: rgb(97,73,18); }

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