#693F1E

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

Shades of Dark Brown #693F1E

Tints of Dark Brown #693F1E

Color information

#693F1E (or 0x693F1E) is unknown color: approx Dark Brown. HEX triplet: 69, 3F and 1E. RGB value is (105,63,30). Sum of RGB (Red+Green+Blue) = 105+63+30=198 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.03% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 105 - color contains mainly: red. Hex color #693F1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693F1E is #96C0E1. Grayscale: #474747. Windows color (decimal): -9879778 or 1982313. OLE color: 1982313.

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

Color convert

RGB1056330-
CMYK00.40.710.59
HSL26.4º55.56%26.47%-
HSV(B)26.4º71.43%41.18%-
XYZ7.846.652.1-
YUV71.8104.41151.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.03%
GREEN value IS 63 (25% from 255) = 31.82%
BLUE value IS 30 (12.11% from 255) = 15.15%
R=53.03%
G=31.82%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105633000.40.710.5926.455.5626.47
Hex693F1E028473B1a381a
Octal151773605010773327032
Binary110100111111111110010100010001111110111101011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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