#694614

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

Shades of Raw Umber #694614

Tints of Raw Umber #694614

Color information

#694614 (or 0x694614) is unknown color: approx Raw Umber. HEX triplet: 69, 46 and 14. RGB value is (105,70,20). Sum of RGB (Red+Green+Blue) = 105+70+20=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #694614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694614 is #96B9EB. Grayscale: #4B4B4B. Windows color (decimal): -9877996 or 1328745. OLE color: 1328745.

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

Color convert

RGB1057020-
CMYK00.330.810.59
HSL35.29º68%24.51%-
HSV(B)35.29º80.95%41.18%-
XYZ8.147.431.67-
YUV74.7697.1149.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.85%
GREEN value IS 70 (27.73% from 255) = 35.90%
BLUE value IS 20 (8.20% from 255) = 10.26%
R=53.85%
G=35.90%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105702000.330.810.5935.296824.51
Hex694614021513B234419
Octal15110624041121734310431
Binary110100110001101010001000011010001111011100011100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694614; }

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

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

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

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

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

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

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

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