#693B16

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

Shades of Dark Brown #693B16

Tints of Dark Brown #693B16

Color information

#693B16 (or 0x693B16) is unknown color: approx Dark Brown. HEX triplet: 69, 3B and 16. RGB value is (105,59,22). Sum of RGB (Red+Green+Blue) = 105+59+22=186 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.45% from 186); Green value is 59 (23.44% from 255 or 31.72% from 186); Blue value is 22 (8.98% from 255 or 11.83% from 186); Max value from RGB is 105 - color contains mainly: red. Hex color #693B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693B16 is #96C4E9. Grayscale: #444444. Windows color (decimal): -9880810 or 1457001. OLE color: 1457001.

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

Color convert

RGB1055922-
CMYK00.440.790.59
HSL26.75º65.35%24.9%-
HSV(B)26.75º79.05%41.18%-
XYZ7.536.191.56-
YUV68.54101.74154.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.45%
GREEN value IS 59 (23.44% from 255) = 31.72%
BLUE value IS 22 (8.98% from 255) = 11.83%
R=56.45%
G=31.72%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105592200.440.790.5926.7565.3524.9
Hex693B1602C4F3B1b4119
Octal1517326054117733310131
Binary1101001111011101100101100100111111101111011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,59,22); }

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

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

 a { background-color: rgb(105,59,22); }

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

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

 span { border-color: rgb(105,59,22); }

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