#693E18

Color #693E18 Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #693E18

Tints of Dark Brown #693E18

Color information

#693E18 (or 0x693E18) is unknown color: approx Dark Brown. HEX triplet: 69, 3E and 18. RGB value is (105,62,24). Sum of RGB (Red+Green+Blue) = 105+62+24=191 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.97% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 105 - color contains mainly: red. Hex color #693E18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693E18 is #96C1E7. Grayscale: #464646. Windows color (decimal): -9880040 or 1588841. OLE color: 1588841.

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

Color convert

RGB1056224-
CMYK00.410.770.59
HSL28.15º62.79%25.29%-
HSV(B)28.15º77.14%41.18%-
XYZ7.716.511.72-
YUV70.53101.75152.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.97%
GREEN value IS 62 (24.61% from 255) = 32.46%
BLUE value IS 24 (9.77% from 255) = 12.57%
R=54.97%
G=32.46%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105622400.410.770.5928.1562.7925.29
Hex693E180294D3B1c3f19
Octal151763005111573347731
Binary110100111111011000010100110011011110111110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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