#68411F

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

Shades of Dark Brown #68411F

Tints of Dark Brown #68411F

Color information

#68411F (or 0x68411F) is unknown color: approx Dark Brown. HEX triplet: 68, 41 and 1F. RGB value is (104,65,31). Sum of RGB (Red+Green+Blue) = 104+65+31=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #68411F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68411F is #97BEE0. Grayscale: #484848. Windows color (decimal): -9944801 or 2048360. OLE color: 2048360.

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

Color convert

RGB1046531-
CMYK00.380.700.59
HSL27.95º54.07%26.47%-
HSV(B)27.95º70.19%40.78%-
XYZ7.856.822.2-
YUV72.79104.42150.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52%
GREEN value IS 65 (25.78% from 255) = 32.5%
BLUE value IS 31 (12.5% from 255) = 15.5%
R=52%
G=32.5%
B=15.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104653100.380.700.5927.9554.0726.47
Hex68411F026463B1c361a
Octal1501013704610673346632
Binary1101000100000111111010011010001101110111110011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68411F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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