#694107

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

Shades of Raw Umber #694107

Tints of Raw Umber #694107

Color information

#694107 (or 0x694107) is unknown color: approx Raw Umber. HEX triplet: 69, 41 and 07. RGB value is (105,65,7). Sum of RGB (Red+Green+Blue) = 105+65+7=177 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.32% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 105 - color contains mainly: red. Hex color #694107 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694107 is #96BEF8. Grayscale: #464646. Windows color (decimal): -9879289 or 475497. OLE color: 475497.

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

Color convert

RGB105657-
CMYK00.380.930.59
HSL35.51º87.5%21.96%-
HSV(B)35.51º93.33%41.18%-
XYZ7.756.81.1-
YUV70.3592.25152.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 59.32%
GREEN value IS 65 (25.78% from 255) = 36.72%
BLUE value IS 7 (3.12% from 255) = 3.95%
R=59.32%
G=36.72%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10565700.380.930.5935.5187.521.96
Hex694170265D3B245816
Octal1511017046135734413026
Binary1101001100000111101001101011101111011100100101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694107; }

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

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

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

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

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

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

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

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