#68401F

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

Shades of Dark Brown #68401F

Tints of Dark Brown #68401F

Color information

#68401F (or 0x68401F) is unknown color: approx Dark Brown. HEX triplet: 68, 40 and 1F. RGB value is (104,64,31). Sum of RGB (Red+Green+Blue) = 104+64+31=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #68401F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68401F is #97BFE0. Grayscale: #484848. Windows color (decimal): -9945057 or 2048104. OLE color: 2048104.

HSL color Cylindrical-coordinate representation of color #68401F: hue angle of 27.12º 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 #68401F is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB1046431-
CMYK00.380.700.59
HSL27.12º54.07%26.47%-
HSV(B)27.12º70.19%40.78%-
XYZ7.796.712.18-
YUV72.2104.75150.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.26%
GREEN value IS 64 (25.39% from 255) = 32.16%
BLUE value IS 31 (12.5% from 255) = 15.58%
R=52.26%
G=32.16%
B=15.58%

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
Decimal104643100.380.700.5927.1254.0726.47
Hex68401F026463B1b361a
Octal1501003704610673336632
Binary1101000100000011111010011010001101110111101111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68401F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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