#68401B

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

Shades of Dark Brown #68401B

Tints of Dark Brown #68401B

Color information

#68401B (or 0x68401B) is unknown color: approx Dark Brown. HEX triplet: 68, 40 and 1B. RGB value is (104,64,27). Sum of RGB (Red+Green+Blue) = 104+64+27=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #68401B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68401B is #97BFE4. Grayscale: #474747. Windows color (decimal): -9945061 or 1785960. OLE color: 1785960.

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

Color convert

RGB1046427-
CMYK00.380.740.59
HSL28.83º58.78%25.69%-
HSV(B)28.83º74.04%40.78%-
XYZ7.746.691.92-
YUV71.74102.75151.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.33%
GREEN value IS 64 (25.39% from 255) = 32.82%
BLUE value IS 27 (10.94% from 255) = 13.85%
R=53.33%
G=32.82%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104642700.380.740.5928.8358.7825.69
Hex68401B0264A3B1d3b1a
Octal1501003304611273357332
Binary1101000100000011011010011010010101110111110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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