#693E04

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

Shades of Raw Umber #693E04

Tints of Raw Umber #693E04

Color information

#693E04 (or 0x693E04) is unknown color: approx Raw Umber. HEX triplet: 69, 3E and 04. RGB value is (105,62,4). Sum of RGB (Red+Green+Blue) = 105+62+4=171 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.40% from 171); Green value is 62 (24.61% from 255 or 36.26% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 105 - color contains mainly: red. Hex color #693E04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693E04 is #96C1FB. Grayscale: #444444. Windows color (decimal): -9880060 or 278121. OLE color: 278121.

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

Color convert

RGB105624-
CMYK00.410.960.59
HSL34.46º92.66%21.37%-
HSV(B)34.46º96.19%41.18%-
XYZ7.576.460.96-
YUV68.2491.75154.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 61.40%
GREEN value IS 62 (24.61% from 255) = 36.26%
BLUE value IS 4 (1.95% from 255) = 2.34%
R=61.40%
G=36.26%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10562400.410.960.5934.4692.6621.37
Hex693E4029603B225d15
Octal151764051140734213525
Binary110100111111010001010011100000111011100010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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