#694808

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

Shades of Raw Umber #694808

Tints of Raw Umber #694808

Color information

#694808 (or 0x694808) is unknown color: approx Raw Umber. HEX triplet: 69, 48 and 08. RGB value is (105,72,8). Sum of RGB (Red+Green+Blue) = 105+72+8=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #694808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694808 is #96B7F7. Grayscale: #4A4A4A. Windows color (decimal): -9877496 or 542825. OLE color: 542825.

HSL color Cylindrical-coordinate representation of color #694808: hue angle of 39.59º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #694808 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB105728-
CMYK00.310.920.59
HSL39.59º85.84%22.16%-
HSV(B)39.59º92.38%41.18%-
XYZ8.197.661.28-
YUV74.5790.43149.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.76%
GREEN value IS 72 (28.52% from 255) = 38.92%
BLUE value IS 8 (3.52% from 255) = 4.32%
R=56.76%
G=38.92%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10572800.310.920.5939.5985.8422.16
Hex6948801F5C3B285616
Octal15111010037134735012626
Binary1101001100100010000111111011100111011101000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694808; }

 p { color: rgb(105,72,8); }

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

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

 a { background-color: rgb(105,72,8); }

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

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

 span { border-color: rgb(105,72,8); }

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