#68441E

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

Shades of Dark Brown #68441E

Tints of Dark Brown #68441E

Color information

#68441E (or 0x68441E) is unknown color: approx Dark Brown. HEX triplet: 68, 44 and 1E. RGB value is (104,68,30). Sum of RGB (Red+Green+Blue) = 104+68+30=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 30 (12.11% from 255 or 14.85% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #68441E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68441E is #97BBE1. Grayscale: #4A4A4A. Windows color (decimal): -9944034 or 1983592. OLE color: 1983592.

HSL color Cylindrical-coordinate representation of color #68441E: hue angle of 30.81º 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 #68441E is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB1046830-
CMYK00.350.710.59
HSL30.81º55.22%26.27%-
HSV(B)30.81º71.15%40.78%-
XYZ8.017.172.19-
YUV74.43102.93149.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.49%
GREEN value IS 68 (26.95% from 255) = 33.66%
BLUE value IS 30 (12.11% from 255) = 14.85%
R=51.49%
G=33.66%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104683000.350.710.5930.8155.2226.27
Hex68441E023473B1f371a
Octal1501043604310773376732
Binary1101000100010011110010001110001111110111111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68441E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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