#68411A

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

Shades of Dark Brown #68411A

Tints of Dark Brown #68411A

Color information

#68411A (or 0x68411A) is unknown color: approx Dark Brown. HEX triplet: 68, 41 and 1A. RGB value is (104,65,26). Sum of RGB (Red+Green+Blue) = 104+65+26=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #68411A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68411A is #97BEE5. Grayscale: #484848. Windows color (decimal): -9944806 or 1720680. OLE color: 1720680.

HSL color Cylindrical-coordinate representation of color #68411A: hue angle of 30º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68411A is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB1046526-
CMYK00.380.750.59
HSL30º60%25.49%-
HSV(B)30º75%40.78%-
XYZ7.796.81.88-
YUV72.22101.92150.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.33%
GREEN value IS 65 (25.78% from 255) = 33.33%
BLUE value IS 26 (10.55% from 255) = 13.33%
R=53.33%
G=33.33%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104652600.380.750.59306025.49
Hex68411A0264B3B1e3c19
Octal1501013204611373367431
Binary1101000100000111010010011010010111110111111011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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