#68411B

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

Shades of Dark Brown #68411B

Tints of Dark Brown #68411B

Color information

#68411B (or 0x68411B) is unknown color: approx Dark Brown. HEX triplet: 68, 41 and 1B. RGB value is (104,65,27). Sum of RGB (Red+Green+Blue) = 104+65+27=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #68411B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68411B is #97BEE4. Grayscale: #484848. Windows color (decimal): -9944805 or 1786216. OLE color: 1786216.

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

Color convert

RGB1046527-
CMYK00.380.740.59
HSL29.61º58.78%25.69%-
HSV(B)29.61º74.04%40.78%-
XYZ7.86.81.94-
YUV72.33102.42150.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.06%
GREEN value IS 65 (25.78% from 255) = 33.16%
BLUE value IS 27 (10.94% from 255) = 13.78%
R=53.06%
G=33.16%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104652700.380.740.5929.6158.7825.69
Hex68411B0264A3B1e3b1a
Octal1501013304611273367332
Binary1101000100000111011010011010010101110111111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68411B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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