#68421F

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

Shades of Dark Brown #68421F

Tints of Dark Brown #68421F

Color information

#68421F (or 0x68421F) is unknown color: approx Dark Brown. HEX triplet: 68, 42 and 1F. RGB value is (104,66,31). Sum of RGB (Red+Green+Blue) = 104+66+31=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #68421F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68421F is #97BDE0. Grayscale: #494949. Windows color (decimal): -9944545 or 2048616. OLE color: 2048616.

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

Color convert

RGB1046631-
CMYK00.370.700.59
HSL28.77º54.07%26.47%-
HSV(B)28.77º70.19%40.78%-
XYZ7.96.942.22-
YUV73.37104.09149.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.74%
GREEN value IS 66 (26.17% from 255) = 32.84%
BLUE value IS 31 (12.5% from 255) = 15.42%
R=51.74%
G=32.84%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104663100.370.700.5928.7754.0726.47
Hex68421F025463B1d361a
Octal1501023704510673356632
Binary1101000100001011111010010110001101110111110111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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