#68421B

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

Shades of Dark Brown #68421B

Tints of Dark Brown #68421B

Color information

#68421B (or 0x68421B) is unknown color: approx Dark Brown. HEX triplet: 68, 42 and 1B. RGB value is (104,66,27). Sum of RGB (Red+Green+Blue) = 104+66+27=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #68421B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68421B is #97BDE4. Grayscale: #494949. Windows color (decimal): -9944549 or 1786472. OLE color: 1786472.

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

Color convert

RGB1046627-
CMYK00.370.740.59
HSL30.39º58.78%25.69%-
HSV(B)30.39º74.04%40.78%-
XYZ7.856.921.96-
YUV72.92102.09150.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.79%
GREEN value IS 66 (26.17% from 255) = 33.50%
BLUE value IS 27 (10.94% from 255) = 13.71%
R=52.79%
G=33.50%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104662700.370.740.5930.3958.7825.69
Hex68421B0254A3B1e3b1a
Octal1501023304511273367332
Binary1101000100001011011010010110010101110111111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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