#693E0E

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

Shades of Raw Umber #693E0E

Tints of Raw Umber #693E0E

Color information

#693E0E (or 0x693E0E) is unknown color: approx Raw Umber. HEX triplet: 69, 3E and 0E. RGB value is (105,62,14). Sum of RGB (Red+Green+Blue) = 105+62+14=181 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.01% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 105 - color contains mainly: red. Hex color #693E0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693E0E is #96C1F1. Grayscale: #454545. Windows color (decimal): -9880050 or 933481. OLE color: 933481.

HSL color Cylindrical-coordinate representation of color #693E0E: hue angle of 31.65º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #693E0E is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB1056214-
CMYK00.410.870.59
HSL31.65º76.47%23.33%-
HSV(B)31.65º86.67%41.18%-
XYZ7.636.481.26-
YUV69.3996.75153.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.01%
GREEN value IS 62 (24.61% from 255) = 34.25%
BLUE value IS 14 (5.86% from 255) = 7.73%
R=58.01%
G=34.25%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105621400.410.870.5931.6576.4723.33
Hex693EE029573B204c17
Octal1517616051127734011427
Binary1101001111110111001010011010111111011100000100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693E0E; }

 p { color: rgb(105,62,14); }

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

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

 a { background-color: rgb(105,62,14); }

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

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

 span { border-color: rgb(105,62,14); }

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