#693E0C

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

Shades of Raw Umber #693E0C

Tints of Raw Umber #693E0C

Color information

#693E0C (or 0x693E0C) is unknown color: approx Raw Umber. HEX triplet: 69, 3E and 0C. RGB value is (105,62,12). Sum of RGB (Red+Green+Blue) = 105+62+12=179 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.66% from 179); Green value is 62 (24.61% from 255 or 34.64% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 105 - color contains mainly: red. Hex color #693E0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693E0C is #96C1F3. Grayscale: #454545. Windows color (decimal): -9880052 or 802409. OLE color: 802409.

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

Color convert

RGB1056212-
CMYK00.410.890.59
HSL32.26º79.49%22.94%-
HSV(B)32.26º88.57%41.18%-
XYZ7.616.481.2-
YUV69.1695.75153.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.66%
GREEN value IS 62 (24.61% from 255) = 34.64%
BLUE value IS 12 (5.08% from 255) = 6.70%
R=58.66%
G=34.64%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105621200.410.890.5932.2679.4922.94
Hex693EC029593B204f17
Octal1517614051131734011727
Binary1101001111110110001010011011001111011100000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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