#694811

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

Shades of Raw Umber #694811

Tints of Raw Umber #694811

Color information

#694811 (or 0x694811) is unknown color: approx Raw Umber. HEX triplet: 69, 48 and 11. RGB value is (105,72,17). Sum of RGB (Red+Green+Blue) = 105+72+17=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #694811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694811 is #96B7EE. Grayscale: #4B4B4B. Windows color (decimal): -9877487 or 1132649. OLE color: 1132649.

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

Color convert

RGB1057217-
CMYK00.310.840.59
HSL37.5º72.13%23.92%-
HSV(B)37.5º83.81%41.18%-
XYZ8.247.681.58-
YUV75.694.93148.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.12%
GREEN value IS 72 (28.52% from 255) = 37.11%
BLUE value IS 17 (7.03% from 255) = 8.76%
R=54.12%
G=37.11%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105721700.310.840.5937.572.1323.92
Hex69481101F543B264818
Octal15111021037124734611030
Binary11010011001000100010111111010100111011100110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694811; }

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

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

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

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

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

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

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

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