#614A10

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

Shades of Raw Umber #614A10

Tints of Raw Umber #614A10

Color information

#614A10 (or 0x614A10) is unknown color: approx Raw Umber. HEX triplet: 61, 4A and 10. RGB value is (97,74,16). Sum of RGB (Red+Green+Blue) = 97+74+16=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #614A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614A10 is #9EB5EF. Grayscale: #4A4A4A. Windows color (decimal): -10401264 or 1067617. OLE color: 1067617.

HSL color Cylindrical-coordinate representation of color #614A10: hue angle of 42.96º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #614A10 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB977416-
CMYK00.240.840.62
HSL42.96º71.68%22.16%-
HSV(B)42.96º83.51%38.04%-
XYZ7.477.481.54-
YUV74.2695.12144.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.87%
GREEN value IS 74 (29.30% from 255) = 39.57%
BLUE value IS 16 (6.64% from 255) = 8.56%
R=51.87%
G=39.57%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97741600.240.840.6242.9671.6822.16
Hex614A10018543E2b4816
Octal14111220030124765311026
Binary11000011001010100000110001010100111110101011100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614A10; }

 p { color: rgb(97,74,16); }

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

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

 a { background-color: rgb(97,74,16); }

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

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

 span { border-color: rgb(97,74,16); }

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