#694E00

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

Shades of Raw Umber #694E00

Tints of Raw Umber #694E00

Color information

#694E00 (or 0x694E00) is unknown color: approx Raw Umber. HEX triplet: 69, 4E and 00. RGB value is (105,78,0). Sum of RGB (Red+Green+Blue) = 105+78+0=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 78 (30.86% from 255 or 42.62% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #694E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #694E00 is #96B1FF. Grayscale: #4D4D4D. Windows color (decimal): -9875968 or 20073. OLE color: 20073.

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

Color convert

RGB105780-
CMYK00.2610.59
HSL44.57º100%20.59%-
HSV(B)44.57º100%41.18%-
XYZ8.558.451.18-
YUV77.1884.45147.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.38%
GREEN value IS 78 (30.86% from 255) = 42.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.38%
G=42.62%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10578000.2610.5944.5710020.59
Hex694E001A643B2d6415
Octal1511160032144735514425
Binary1101001100111000110101100100111011101101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,78,0); }

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

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

 a { background-color: rgb(105,78,0); }

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

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

 span { border-color: rgb(105,78,0); }

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