#68431D

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

Shades of Dark Brown #68431D

Tints of Dark Brown #68431D

Color information

#68431D (or 0x68431D) is unknown color: approx Dark Brown. HEX triplet: 68, 43 and 1D. RGB value is (104,67,29). Sum of RGB (Red+Green+Blue) = 104+67+29=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #68431D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68431D is #97BCE2. Grayscale: #494949. Windows color (decimal): -9944291 or 1917800. OLE color: 1917800.

HSL color Cylindrical-coordinate representation of color #68431D: hue angle of 30.4º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68431D is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB1046729-
CMYK00.360.720.59
HSL30.4º56.39%26.08%-
HSV(B)30.4º72.12%40.78%-
XYZ7.947.052.1-
YUV73.73102.76149.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52%
GREEN value IS 67 (26.56% from 255) = 33.5%
BLUE value IS 29 (11.72% from 255) = 14.5%
R=52%
G=33.5%
B=14.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.72
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104672900.360.720.5930.456.3926.08
Hex68431D024483B1e381a
Octal1501033504411073367032
Binary1101000100001111101010010010010001110111111011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68431D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68431D; }

 p { color: rgb(104,67,29); }

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

<style>
 a { background-color: #68431D; }

 a { background-color: rgb(104,67,29); }

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

<style>
 span { border-color: #68431D; }

 span { border-color: rgb(104,67,29); }

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