#694F10

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

Shades of Raw Umber #694F10

Tints of Raw Umber #694F10

Color information

#694F10 (or 0x694F10) is unknown color: approx Raw Umber. HEX triplet: 69, 4F and 10. RGB value is (105,79,16). Sum of RGB (Red+Green+Blue) = 105+79+16=200 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.5% from 200); Green value is 79 (31.25% from 255 or 39.5% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 105 - color contains mainly: red. Hex color #694F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #694F10 is #96B0EF. Grayscale: #4F4F4F. Windows color (decimal): -9875696 or 1068905. OLE color: 1068905.

HSL color Cylindrical-coordinate representation of color #694F10: hue angle of 42.47º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #694F10 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB1057916-
CMYK00.250.850.59
HSL42.47º73.55%23.73%-
HSV(B)42.47º84.76%41.18%-
XYZ8.728.631.7-
YUV79.5992.11146.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 52.5%
GREEN value IS 79 (31.25% from 255) = 39.5%
BLUE value IS 16 (6.64% from 255) = 8%
R=52.5%
G=39.5%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105791600.250.850.5942.4773.5523.73
Hex694F10019553B2a4a18
Octal15111720031125735211230
Binary11010011001111100000110011010101111011101010100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,79,16); }

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

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

 a { background-color: rgb(105,79,16); }

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

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

 span { border-color: rgb(105,79,16); }

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