#693D1B

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

Shades of Dark Brown #693D1B

Tints of Dark Brown #693D1B

Color information

#693D1B (or 0x693D1B) is unknown color: approx Dark Brown. HEX triplet: 69, 3D and 1B. RGB value is (105,61,27). Sum of RGB (Red+Green+Blue) = 105+61+27=193 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.40% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 105 - color contains mainly: red. Hex color #693D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693D1B is #96C2E4. Grayscale: #464646. Windows color (decimal): -9880293 or 1785193. OLE color: 1785193.

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

Color convert

RGB1056127-
CMYK00.420.740.59
HSL26.15º59.09%25.88%-
HSV(B)26.15º74.29%41.18%-
XYZ7.696.421.87-
YUV70.28103.58152.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.40%
GREEN value IS 61 (24.22% from 255) = 31.61%
BLUE value IS 27 (10.94% from 255) = 13.99%
R=54.40%
G=31.61%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105612700.420.740.5926.1559.0925.88
Hex693D1B02A4A3B1a3b1a
Octal151753305211273327332
Binary110100111110111011010101010010101110111101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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