#68401A

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

Shades of Dark Brown #68401A

Tints of Dark Brown #68401A

Color information

#68401A (or 0x68401A) is unknown color: approx Dark Brown. HEX triplet: 68, 40 and 1A. RGB value is (104,64,26). Sum of RGB (Red+Green+Blue) = 104+64+26=194 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.61% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 104 - color contains mainly: red. Hex color #68401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68401A is #97BFE5. Grayscale: #474747. Windows color (decimal): -9945062 or 1720424. OLE color: 1720424.

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

Color convert

RGB1046426-
CMYK00.380.750.59
HSL29.23º60%25.49%-
HSV(B)29.23º75%40.78%-
XYZ7.736.681.86-
YUV71.63102.25151.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.61%
GREEN value IS 64 (25.39% from 255) = 32.99%
BLUE value IS 26 (10.55% from 255) = 13.40%
R=53.61%
G=32.99%
B=13.40%

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
Decimal104642600.380.750.5929.236025.49
Hex68401A0264B3B1d3c19
Octal1501003204611373357431
Binary1101000100000011010010011010010111110111110111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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