#694404

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

Shades of Raw Umber #694404

Tints of Raw Umber #694404

Color information

#694404 (or 0x694404) is unknown color: approx Raw Umber. HEX triplet: 69, 44 and 04. RGB value is (105,68,4). Sum of RGB (Red+Green+Blue) = 105+68+4=177 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.32% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 4 (1.95% from 255 or 2.26% from 177); Max value from RGB is 105 - color contains mainly: red. Hex color #694404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694404 is #96BBFB. Grayscale: #484848. Windows color (decimal): -9878524 or 279657. OLE color: 279657.

HSL color Cylindrical-coordinate representation of color #694404: hue angle of 38.02º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #694404 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB105684-
CMYK00.350.960.59
HSL38.02º92.66%21.37%-
HSV(B)38.02º96.19%41.18%-
XYZ7.917.151.08-
YUV71.7789.76151.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 59.32%
GREEN value IS 68 (26.95% from 255) = 38.42%
BLUE value IS 4 (1.95% from 255) = 2.26%
R=59.32%
G=38.42%
B=2.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10568400.350.960.5938.0292.6621.37
Hex69444023603B265d15
Octal1511044043140734613525
Binary1101001100010010001000111100000111011100110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694404; }

 p { color: rgb(105,68,4); }

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

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

 a { background-color: rgb(105,68,4); }

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

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

 span { border-color: rgb(105,68,4); }

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