#694604

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

Shades of Raw Umber #694604

Tints of Raw Umber #694604

Color information

#694604 (or 0x694604) is unknown color: approx Raw Umber. HEX triplet: 69, 46 and 04. RGB value is (105,70,4). Sum of RGB (Red+Green+Blue) = 105+70+4=179 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.66% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 4 (1.95% from 255 or 2.23% from 179); Max value from RGB is 105 - color contains mainly: red. Hex color #694604 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694604 is #96B9FB. Grayscale: #494949. Windows color (decimal): -9878012 or 280169. OLE color: 280169.

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

Color convert

RGB105704-
CMYK00.330.960.59
HSL39.21º92.66%21.37%-
HSV(B)39.21º96.19%41.18%-
XYZ8.047.391.12-
YUV72.9489.1150.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.66%
GREEN value IS 70 (27.73% from 255) = 39.11%
BLUE value IS 4 (1.95% from 255) = 2.23%
R=58.66%
G=39.11%
B=2.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10570400.330.960.5939.2192.6621.37
Hex69464021603B275d15
Octal1511064041140734713525
Binary1101001100011010001000011100000111011100111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694604; }

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

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

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

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

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

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

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

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