#68441F

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

Shades of Dark Brown #68441F

Tints of Dark Brown #68441F

Color information

#68441F (or 0x68441F) is unknown color: approx Dark Brown. HEX triplet: 68, 44 and 1F. RGB value is (104,68,31). Sum of RGB (Red+Green+Blue) = 104+68+31=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #68441F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68441F is #97BBE0. Grayscale: #4A4A4A. Windows color (decimal): -9944033 or 2049128. OLE color: 2049128.

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

Color convert

RGB1046831-
CMYK00.350.700.59
HSL30.41º54.07%26.47%-
HSV(B)30.41º70.19%40.78%-
XYZ8.027.182.26-
YUV74.55103.43149.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.23%
GREEN value IS 68 (26.95% from 255) = 33.50%
BLUE value IS 31 (12.5% from 255) = 15.27%
R=51.23%
G=33.50%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104683100.350.700.5930.4154.0726.47
Hex68441F023463B1e361a
Octal1501043704310673366632
Binary1101000100010011111010001110001101110111111011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68441F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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