#693C16

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

Shades of Dark Brown #693C16

Tints of Dark Brown #693C16

Color information

#693C16 (or 0x693C16) is unknown color: approx Dark Brown. HEX triplet: 69, 3C and 16. RGB value is (105,60,22). Sum of RGB (Red+Green+Blue) = 105+60+22=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #693C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693C16 is #96C3E9. Grayscale: #454545. Windows color (decimal): -9880554 or 1457257. OLE color: 1457257.

HSL color Cylindrical-coordinate representation of color #693C16: hue angle of 27.47º 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 #693C16 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB1056022-
CMYK00.430.790.59
HSL27.47º65.35%24.9%-
HSV(B)27.47º79.05%41.18%-
XYZ7.596.291.57-
YUV69.12101.41153.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.15%
GREEN value IS 60 (23.83% from 255) = 32.09%
BLUE value IS 22 (8.98% from 255) = 11.76%
R=56.15%
G=32.09%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105602200.430.790.5927.4765.3524.9
Hex693C1602B4F3B1b4119
Octal1517426053117733310131
Binary1101001111100101100101011100111111101111011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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