#694913

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

Shades of Raw Umber #694913

Tints of Raw Umber #694913

Color information

#694913 (or 0x694913) is unknown color: approx Raw Umber. HEX triplet: 69, 49 and 13. RGB value is (105,73,19). Sum of RGB (Red+Green+Blue) = 105+73+19=197 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.30% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 105 - color contains mainly: red. Hex color #694913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694913 is #96B6EC. Grayscale: #4C4C4C. Windows color (decimal): -9877229 or 1263977. OLE color: 1263977.

HSL color Cylindrical-coordinate representation of color #694913: hue angle of 37.67º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #694913 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB1057319-
CMYK00.300.820.59
HSL37.67º69.35%24.31%-
HSV(B)37.67º81.9%41.18%-
XYZ8.337.821.69-
YUV76.4195.6148.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.30%
GREEN value IS 73 (28.91% from 255) = 37.06%
BLUE value IS 19 (7.81% from 255) = 9.64%
R=53.30%
G=37.06%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105731900.300.820.5937.6769.3524.31
Hex69491301E523B264518
Octal15111123036122734610530
Binary11010011001001100110111101010010111011100110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694913; }

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

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

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

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

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

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

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

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