#694D16

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

Shades of Raw Umber #694D16

Tints of Raw Umber #694D16

Color information

#694D16 (or 0x694D16) is unknown color: approx Raw Umber. HEX triplet: 69, 4D and 16. RGB value is (105,77,22). Sum of RGB (Red+Green+Blue) = 105+77+22=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 77 (30.47% from 255 or 37.75% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #694D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #694D16 is #96B2E9. Grayscale: #4F4F4F. Windows color (decimal): -9876202 or 1461609. OLE color: 1461609.

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

Color convert

RGB1057722-
CMYK00.270.790.59
HSL39.76º65.35%24.9%-
HSV(B)39.76º79.05%41.18%-
XYZ8.628.371.92-
YUV79.195.78146.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.47%
GREEN value IS 77 (30.47% from 255) = 37.75%
BLUE value IS 22 (8.98% from 255) = 10.78%
R=51.47%
G=37.75%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105772200.270.790.5939.7665.3524.9
Hex694D1601B4F3B284119
Octal15111526033117735010131
Binary11010011001101101100110111001111111011101000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,77,22); }

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

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

 a { background-color: rgb(105,77,22); }

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

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

 span { border-color: rgb(105,77,22); }

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