#693F19

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

Shades of Dark Brown #693F19

Tints of Dark Brown #693F19

Color information

#693F19 (or 0x693F19) is unknown color: approx Dark Brown. HEX triplet: 69, 3F and 19. RGB value is (105,63,25). Sum of RGB (Red+Green+Blue) = 105+63+25=193 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.40% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 105 - color contains mainly: red. Hex color #693F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693F19 is #96C0E6. Grayscale: #474747. Windows color (decimal): -9879783 or 1654633. OLE color: 1654633.

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

Color convert

RGB1056325-
CMYK00.40.760.59
HSL28.5º61.54%25.49%-
HSV(B)28.5º76.19%41.18%-
XYZ7.786.631.79-
YUV71.23101.91152.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.40%
GREEN value IS 63 (25% from 255) = 32.64%
BLUE value IS 25 (10.16% from 255) = 12.95%
R=54.40%
G=32.64%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105632500.40.760.5928.561.5425.49
Hex693F190284C3B1c3e19
Octal151773105011473347631
Binary110100111111111001010100010011001110111110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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