#693E07

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

Shades of Raw Umber #693E07

Tints of Raw Umber #693E07

Color information

#693E07 (or 0x693E07) is unknown color: approx Raw Umber. HEX triplet: 69, 3E and 07. RGB value is (105,62,7). Sum of RGB (Red+Green+Blue) = 105+62+7=174 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60.34% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 7 (3.12% from 255 or 4.02% from 174); Max value from RGB is 105 - color contains mainly: red. Hex color #693E07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693E07 is #96C1F8. Grayscale: #444444. Windows color (decimal): -9880057 or 474729. OLE color: 474729.

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

Color convert

RGB105627-
CMYK00.410.930.59
HSL33.67º87.5%21.96%-
HSV(B)33.67º93.33%41.18%-
XYZ7.596.461.05-
YUV68.5993.25153.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 60.34%
GREEN value IS 62 (24.61% from 255) = 35.63%
BLUE value IS 7 (3.12% from 255) = 4.02%
R=60.34%
G=35.63%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10562700.410.930.5933.6787.521.96
Hex693E70295D3B225816
Octal151767051135734213026
Binary110100111111011101010011011101111011100010101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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