#68421C

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

Shades of Dark Brown #68421C

Tints of Dark Brown #68421C

Color information

#68421C (or 0x68421C) is unknown color: approx Dark Brown. HEX triplet: 68, 42 and 1C. RGB value is (104,66,28). Sum of RGB (Red+Green+Blue) = 104+66+28=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #68421C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68421C is #97BDE3. Grayscale: #494949. Windows color (decimal): -9944548 or 1852008. OLE color: 1852008.

HSL color Cylindrical-coordinate representation of color #68421C: hue angle of 30º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68421C is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB1046628-
CMYK00.370.730.59
HSL30º57.58%25.88%-
HSV(B)30º73.08%40.78%-
XYZ7.876.922.02-
YUV73.03102.59150.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.53%
GREEN value IS 66 (26.17% from 255) = 33.33%
BLUE value IS 28 (11.33% from 255) = 14.14%
R=52.53%
G=33.33%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104662800.370.730.593057.5825.88
Hex68421C025493B1e3a1a
Octal1501023404511173367232
Binary1101000100001011100010010110010011110111111011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68421C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68421C; }

 p { color: rgb(104,66,28); }

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

<style>
 a { background-color: #68421C; }

 a { background-color: rgb(104,66,28); }

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

<style>
 span { border-color: #68421C; }

 span { border-color: rgb(104,66,28); }

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