#694910

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

Shades of Raw Umber #694910

Tints of Raw Umber #694910

Color information

#694910 (or 0x694910) is unknown color: approx Raw Umber. HEX triplet: 69, 49 and 10. RGB value is (105,73,16). Sum of RGB (Red+Green+Blue) = 105+73+16=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #694910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694910 is #96B6EF. Grayscale: #4C4C4C. Windows color (decimal): -9877232 or 1067369. OLE color: 1067369.

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

Color convert

RGB1057316-
CMYK00.300.850.59
HSL38.43º73.55%23.73%-
HSV(B)38.43º84.76%41.18%-
XYZ8.37.811.56-
YUV76.0794.1148.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.12%
GREEN value IS 73 (28.91% from 255) = 37.63%
BLUE value IS 16 (6.64% from 255) = 8.25%
R=54.12%
G=37.63%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105731600.300.850.5938.4373.5523.73
Hex69491001E553B264a18
Octal15111120036125734611230
Binary11010011001001100000111101010101111011100110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694910; }

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

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

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

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

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

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

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

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