#68411D

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

Shades of Dark Brown #68411D

Tints of Dark Brown #68411D

Color information

#68411D (or 0x68411D) is unknown color: approx Dark Brown. HEX triplet: 68, 41 and 1D. RGB value is (104,65,29). Sum of RGB (Red+Green+Blue) = 104+65+29=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #68411D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68411D is #97BEE2. Grayscale: #484848. Windows color (decimal): -9944803 or 1917288. OLE color: 1917288.

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

Color convert

RGB1046529-
CMYK00.380.720.59
HSL28.8º56.39%26.08%-
HSV(B)28.8º72.12%40.78%-
XYZ7.826.812.07-
YUV72.56103.42150.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.53%
GREEN value IS 65 (25.78% from 255) = 32.83%
BLUE value IS 29 (11.72% from 255) = 14.65%
R=52.53%
G=32.83%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.72
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104652900.380.720.5928.856.3926.08
Hex68411D026483B1d381a
Octal1501013504611073357032
Binary1101000100000111101010011010010001110111110111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68411D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68411D; }

 p { color: rgb(104,65,29); }

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

<style>
 a { background-color: #68411D; }

 a { background-color: rgb(104,65,29); }

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

<style>
 span { border-color: #68411D; }

 span { border-color: rgb(104,65,29); }

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