#694A04

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

Shades of Raw Umber #694A04

Tints of Raw Umber #694A04

Color information

#694A04 (or 0x694A04) is unknown color: approx Raw Umber. HEX triplet: 69, 4A and 04. RGB value is (105,74,4). Sum of RGB (Red+Green+Blue) = 105+74+4=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 4 (1.95% from 255 or 2.19% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #694A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694A04 is #96B5FB. Grayscale: #4B4B4B. Windows color (decimal): -9876988 or 281193. OLE color: 281193.

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

Color convert

RGB105744-
CMYK00.300.960.59
HSL41.58º92.66%21.37%-
HSV(B)41.58º96.19%41.18%-
XYZ8.37.911.2-
YUV75.2987.77149.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.38%
GREEN value IS 74 (29.30% from 255) = 40.44%
BLUE value IS 4 (1.95% from 255) = 2.19%
R=57.38%
G=40.44%
B=2.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10574400.300.960.5941.5892.6621.37
Hex694A401E603B2a5d15
Octal1511124036140735213525
Binary110100110010101000111101100000111011101010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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