#693E0A

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

Shades of Raw Umber #693E0A

Tints of Raw Umber #693E0A

Color information

#693E0A (or 0x693E0A) is unknown color: approx Raw Umber. HEX triplet: 69, 3E and 0A. RGB value is (105,62,10). Sum of RGB (Red+Green+Blue) = 105+62+10=177 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.32% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 105 - color contains mainly: red. Hex color #693E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693E0A is #96C1F5. Grayscale: #454545. Windows color (decimal): -9880054 or 671337. OLE color: 671337.

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

Color convert

RGB1056210-
CMYK00.410.900.59
HSL32.84º82.61%22.55%-
HSV(B)32.84º90.48%41.18%-
XYZ7.66.471.14-
YUV68.9394.75153.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 59.32%
GREEN value IS 62 (24.61% from 255) = 35.03%
BLUE value IS 10 (4.30% from 255) = 5.65%
R=59.32%
G=35.03%
B=5.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105621000.410.900.5932.8482.6122.55
Hex693EA0295A3B215317
Octal1517612051132734112327
Binary1101001111110101001010011011010111011100001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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