#693C0A

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

Shades of Raw Umber #693C0A

Tints of Raw Umber #693C0A

Color information

#693C0A (or 0x693C0A) is unknown color: approx Raw Umber. HEX triplet: 69, 3C and 0A. RGB value is (105,60,10). Sum of RGB (Red+Green+Blue) = 105+60+10=175 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 105 - color contains mainly: red. Hex color #693C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693C0A is #96C3F5. Grayscale: #444444. Windows color (decimal): -9880566 or 670825. OLE color: 670825.

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

Color convert

RGB1056010-
CMYK00.430.900.59
HSL31.58º82.61%22.55%-
HSV(B)31.58º90.48%41.18%-
XYZ7.56.261.1-
YUV67.7695.41154.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 60%
GREEN value IS 60 (23.83% from 255) = 34.29%
BLUE value IS 10 (4.30% from 255) = 5.71%
R=60%
G=34.29%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105601000.430.900.5931.5882.6122.55
Hex693CA02B5A3B205317
Octal1517412053132734012327
Binary1101001111100101001010111011010111011100000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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