#693D0A

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

Shades of Raw Umber #693D0A

Tints of Raw Umber #693D0A

Color information

#693D0A (or 0x693D0A) is unknown color: approx Raw Umber. HEX triplet: 69, 3D and 0A. RGB value is (105,61,10). Sum of RGB (Red+Green+Blue) = 105+61+10=176 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.66% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 105 - color contains mainly: red. Hex color #693D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693D0A is #96C2F5. Grayscale: #444444. Windows color (decimal): -9880310 or 671081. OLE color: 671081.

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

Color convert

RGB1056110-
CMYK00.420.900.59
HSL32.21º82.61%22.55%-
HSV(B)32.21º90.48%41.18%-
XYZ7.556.361.12-
YUV68.3495.08154.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 59.66%
GREEN value IS 61 (24.22% from 255) = 34.66%
BLUE value IS 10 (4.30% from 255) = 5.68%
R=59.66%
G=34.66%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105611000.420.900.5932.2182.6122.55
Hex693DA02A5A3B205317
Octal1517512052132734012327
Binary1101001111101101001010101011010111011100000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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