#68411E

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

Shades of Dark Brown #68411E

Tints of Dark Brown #68411E

Color information

#68411E (or 0x68411E) is unknown color: approx Dark Brown. HEX triplet: 68, 41 and 1E. RGB value is (104,65,30). Sum of RGB (Red+Green+Blue) = 104+65+30=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #68411E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68411E is #97BEE1. Grayscale: #484848. Windows color (decimal): -9944802 or 1982824. OLE color: 1982824.

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

Color convert

RGB1046530-
CMYK00.380.710.59
HSL28.38º55.22%26.27%-
HSV(B)28.38º71.15%40.78%-
XYZ7.836.822.13-
YUV72.67103.92150.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.26%
GREEN value IS 65 (25.78% from 255) = 32.66%
BLUE value IS 30 (12.11% from 255) = 15.08%
R=52.26%
G=32.66%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104653000.380.710.5928.3855.2226.27
Hex68411E026473B1c371a
Octal1501013604610773346732
Binary1101000100000111110010011010001111110111110011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68411E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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