#694E1B

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

Shades of Raw Umber #694E1B

Tints of Raw Umber #694E1B

Color information

#694E1B (or 0x694E1B) is unknown color: approx Raw Umber. HEX triplet: 69, 4E and 1B. RGB value is (105,78,27). Sum of RGB (Red+Green+Blue) = 105+78+27=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #694E1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694E1B is #96B1E4. Grayscale: #505050. Windows color (decimal): -9875941 or 1789545. OLE color: 1789545.

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

Color convert

RGB1057827-
CMYK00.260.740.59
HSL39.23º59.09%25.88%-
HSV(B)39.23º74.29%41.18%-
XYZ8.758.532.22-
YUV80.2697.95145.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50%
GREEN value IS 78 (30.86% from 255) = 37.14%
BLUE value IS 27 (10.94% from 255) = 12.86%
R=50%
G=37.14%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105782700.260.740.5939.2359.0925.88
Hex694E1B01A4A3B273b1a
Octal1511163303211273477332
Binary1101001100111011011011010100101011101110011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,78,27); }

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

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

 a { background-color: rgb(105,78,27); }

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

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

 span { border-color: rgb(105,78,27); }

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