#694A14

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

Shades of Raw Umber #694A14

Tints of Raw Umber #694A14

Color information

#694A14 (or 0x694A14) is unknown color: approx Raw Umber. HEX triplet: 69, 4A and 14. RGB value is (105,74,20). Sum of RGB (Red+Green+Blue) = 105+74+20=199 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.76% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 105 - color contains mainly: red. Hex color #694A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694A14 is #96B5EB. Grayscale: #4D4D4D. Windows color (decimal): -9876972 or 1329769. OLE color: 1329769.

HSL color Cylindrical-coordinate representation of color #694A14: hue angle of 38.12º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #694A14 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB1057420-
CMYK00.300.810.59
HSL38.12º68%24.51%-
HSV(B)38.12º80.95%41.18%-
XYZ8.47.951.75-
YUV77.1195.77147.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 52.76%
GREEN value IS 74 (29.30% from 255) = 37.19%
BLUE value IS 20 (8.20% from 255) = 10.05%
R=52.76%
G=37.19%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105742000.300.810.5938.126824.51
Hex694A1401E513B264419
Octal15111224036121734610431
Binary11010011001010101000111101010001111011100110100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,74,20); }

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

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

 a { background-color: rgb(105,74,20); }

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

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

 span { border-color: rgb(105,74,20); }

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