#614512

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

Shades of Raw Umber #614512

Tints of Raw Umber #614512

Color information

#614512 (or 0x614512) is unknown color: approx Raw Umber. HEX triplet: 61, 45 and 12. RGB value is (97,69,18). Sum of RGB (Red+Green+Blue) = 97+69+18=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #614512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614512 is #9EBAED. Grayscale: #474747. Windows color (decimal): -10402542 or 1197409. OLE color: 1197409.

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

Color convert

RGB976918-
CMYK00.290.810.62
HSL38.73º68.7%22.55%-
HSV(B)38.73º81.44%38.04%-
XYZ7.176.841.52-
YUV71.5697.78146.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.72%
GREEN value IS 69 (27.34% from 255) = 37.5%
BLUE value IS 18 (7.42% from 255) = 9.78%
R=52.72%
G=37.5%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97691800.290.810.6238.7368.722.55
Hex61451201D513E274517
Octal14110522035121764710527
Binary11000011000101100100111011010001111110100111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614512; }

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

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

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

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

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

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

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

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