#693D19

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

Shades of Dark Brown #693D19

Tints of Dark Brown #693D19

Color information

#693D19 (or 0x693D19) is unknown color: approx Dark Brown. HEX triplet: 69, 3D and 19. RGB value is (105,61,25). Sum of RGB (Red+Green+Blue) = 105+61+25=191 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.97% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 105 - color contains mainly: red. Hex color #693D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693D19 is #96C2E6. Grayscale: #464646. Windows color (decimal): -9880295 or 1654121. OLE color: 1654121.

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

Color convert

RGB1056125-
CMYK00.420.760.59
HSL27º61.54%25.49%-
HSV(B)27º76.19%41.18%-
XYZ7.676.411.75-
YUV70.05102.58152.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.97%
GREEN value IS 61 (24.22% from 255) = 31.94%
BLUE value IS 25 (10.16% from 255) = 13.09%
R=54.97%
G=31.94%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105612500.420.760.592761.5425.49
Hex693D1902A4C3B1b3e19
Octal151753105211473337631
Binary110100111110111001010101010011001110111101111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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