#694E07

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

Shades of Raw Umber #694E07

Tints of Raw Umber #694E07

Color information

#694E07 (or 0x694E07) is unknown color: approx Raw Umber. HEX triplet: 69, 4E and 07. RGB value is (105,78,7). Sum of RGB (Red+Green+Blue) = 105+78+7=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #694E07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #694E07 is #96B1F8. Grayscale: #4E4E4E. Windows color (decimal): -9875961 or 478825. OLE color: 478825.

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

Color convert

RGB105787-
CMYK00.260.930.59
HSL43.47º87.5%21.96%-
HSV(B)43.47º93.33%41.18%-
XYZ8.598.471.38-
YUV77.9887.95147.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 55.26%
GREEN value IS 78 (30.86% from 255) = 41.05%
BLUE value IS 7 (3.12% from 255) = 3.68%
R=55.26%
G=41.05%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10578700.260.930.5943.4787.521.96
Hex694E701A5D3B2b5816
Octal1511167032135735313026
Binary110100110011101110110101011101111011101011101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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