#694901

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

Shades of Raw Umber #694901

Tints of Raw Umber #694901

Color information

#694901 (or 0x694901) is unknown color: approx Raw Umber. HEX triplet: 69, 49 and 01. RGB value is (105,73,1). Sum of RGB (Red+Green+Blue) = 105+73+1=179 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.66% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 105 - color contains mainly: red. Hex color #694901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694901 is #96B6FE. Grayscale: #4A4A4A. Windows color (decimal): -9877247 or 84329. OLE color: 84329.

HSL color Cylindrical-coordinate representation of color #694901: hue angle of 41.54º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #694901 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB105731-
CMYK00.300.990.59
HSL41.54º98.11%20.78%-
HSV(B)41.54º99.05%41.18%-
XYZ8.217.771.1-
YUV74.3686.6149.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.66%
GREEN value IS 73 (28.91% from 255) = 40.78%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=58.66%
G=40.78%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10573100.300.990.5941.5498.1120.78
Hex6949101E633B2a6215
Octal1511111036143735214225
Binary1101001100100110111101100011111011101010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694901; }

 p { color: rgb(105,73,1); }

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

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

 a { background-color: rgb(105,73,1); }

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

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

 span { border-color: rgb(105,73,1); }

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