#694A11

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

Shades of Raw Umber #694A11

Tints of Raw Umber #694A11

Color information

#694A11 (or 0x694A11) is unknown color: approx Raw Umber. HEX triplet: 69, 4A and 11. RGB value is (105,74,17). Sum of RGB (Red+Green+Blue) = 105+74+17=196 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.57% from 196); Green value is 74 (29.30% from 255 or 37.76% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 105 - color contains mainly: red. Hex color #694A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694A11 is #96B5EE. Grayscale: #4D4D4D. Windows color (decimal): -9876975 or 1133161. OLE color: 1133161.

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

Color convert

RGB1057417-
CMYK00.300.840.59
HSL38.86º72.13%23.92%-
HSV(B)38.86º83.81%41.18%-
XYZ8.387.941.62-
YUV76.7794.27148.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.57%
GREEN value IS 74 (29.30% from 255) = 37.76%
BLUE value IS 17 (7.03% from 255) = 8.67%
R=53.57%
G=37.76%
B=8.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105741700.300.840.5938.8672.1323.92
Hex694A1101E543B274818
Octal15111221036124734711030
Binary11010011001010100010111101010100111011100111100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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