#693F0A

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

Shades of Raw Umber #693F0A

Tints of Raw Umber #693F0A

Color information

#693F0A (or 0x693F0A) is unknown color: approx Raw Umber. HEX triplet: 69, 3F and 0A. RGB value is (105,63,10). Sum of RGB (Red+Green+Blue) = 105+63+10=178 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.99% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 105 - color contains mainly: red. Hex color #693F0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693F0A is #96C0F5. Grayscale: #454545. Windows color (decimal): -9879798 or 671593. OLE color: 671593.

HSL color Cylindrical-coordinate representation of color #693F0A: hue angle of 33.47º 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 #693F0A is Cyan = 0, Magento = 0.4, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1056310-
CMYK00.40.900.59
HSL33.47º82.61%22.55%-
HSV(B)33.47º90.48%41.18%-
XYZ7.666.581.15-
YUV69.5294.41153.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.99%
GREEN value IS 63 (25% from 255) = 35.39%
BLUE value IS 10 (4.30% from 255) = 5.62%
R=58.99%
G=35.39%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105631000.40.900.5933.4782.6122.55
Hex693FA0285A3B215317
Octal1517712050132734112327
Binary1101001111111101001010001011010111011100001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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