#694E15

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

Shades of Raw Umber #694E15

Tints of Raw Umber #694E15

Color information

#694E15 (or 0x694E15) is unknown color: approx Raw Umber. HEX triplet: 69, 4E and 15. RGB value is (105,78,21). Sum of RGB (Red+Green+Blue) = 105+78+21=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #694E15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #694E15 is #96B1EA. Grayscale: #4F4F4F. Windows color (decimal): -9875947 or 1396329. OLE color: 1396329.

HSL color Cylindrical-coordinate representation of color #694E15: hue angle of 40.71º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #694E15 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB1057821-
CMYK00.260.800.59
HSL40.71º66.67%24.71%-
HSV(B)40.71º80%41.18%-
XYZ8.698.511.89-
YUV79.5894.95146.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.47%
GREEN value IS 78 (30.86% from 255) = 38.24%
BLUE value IS 21 (8.59% from 255) = 10.29%
R=51.47%
G=38.24%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105782100.260.800.5940.7166.6724.71
Hex694E1501A503B294319
Octal15111625032120735110331
Binary11010011001110101010110101010000111011101001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694E15; }

 p { color: rgb(105,78,21); }

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

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

 a { background-color: rgb(105,78,21); }

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

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

 span { border-color: rgb(105,78,21); }

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