#694411

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

Shades of Raw Umber #694411

Tints of Raw Umber #694411

Color information

#694411 (or 0x694411) is unknown color: approx Raw Umber. HEX triplet: 69, 44 and 11. RGB value is (105,68,17). Sum of RGB (Red+Green+Blue) = 105+68+17=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 17 (7.03% from 255 or 8.95% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #694411 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694411 is #96BBEE. Grayscale: #494949. Windows color (decimal): -9878511 or 1131625. OLE color: 1131625.

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

Color convert

RGB1056817-
CMYK00.350.840.59
HSL34.77º72.13%23.92%-
HSV(B)34.77º83.81%41.18%-
XYZ7.997.181.49-
YUV73.2596.26150.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 55.26%
GREEN value IS 68 (26.95% from 255) = 35.79%
BLUE value IS 17 (7.03% from 255) = 8.95%
R=55.26%
G=35.79%
B=8.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105681700.350.840.5934.7772.1323.92
Hex694411023543B234818
Octal15110421043124734311030
Binary110100110001001000101000111010100111011100011100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694411; }

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

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

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

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

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

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

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

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