#614812

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

Shades of Raw Umber #614812

Tints of Raw Umber #614812

Color information

#614812 (or 0x614812) is unknown color: approx Raw Umber. HEX triplet: 61, 48 and 12. RGB value is (97,72,18). Sum of RGB (Red+Green+Blue) = 97+72+18=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #614812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614812 is #9EB7ED. Grayscale: #494949. Windows color (decimal): -10401774 or 1198177. OLE color: 1198177.

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

Color convert

RGB977218-
CMYK00.260.810.62
HSL41.01º68.7%22.55%-
HSV(B)41.01º81.44%38.04%-
XYZ7.367.221.58-
YUV73.3296.78144.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.87%
GREEN value IS 72 (28.52% from 255) = 38.50%
BLUE value IS 18 (7.42% from 255) = 9.63%
R=51.87%
G=38.50%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97721800.260.810.6241.0168.722.55
Hex61481201A513E294517
Octal14111022032121765110527
Binary11000011001000100100110101010001111110101001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614812; }

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

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

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

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

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

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

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

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