#60441E

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

Shades of Dark Brown #60441E

Tints of Dark Brown #60441E

Color information

#60441E (or 0x60441E) is unknown color: approx Dark Brown. HEX triplet: 60, 44 and 1E. RGB value is (96,68,30). Sum of RGB (Red+Green+Blue) = 96+68+30=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #60441E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60441E is #9FBBE1. Grayscale: #484848. Windows color (decimal): -10468322 or 1983584. OLE color: 1983584.

HSL color Cylindrical-coordinate representation of color #60441E: hue angle of 34.55º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60441E is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB966830-
CMYK00.290.690.62
HSL34.55º52.38%24.71%-
HSV(B)34.55º68.75%37.65%-
XYZ7.136.712.15-
YUV72.04104.28145.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.48%
GREEN value IS 68 (26.95% from 255) = 35.05%
BLUE value IS 30 (12.11% from 255) = 15.46%
R=49.48%
G=35.05%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96683000.290.690.6234.5552.3824.71
Hex60441E01D453E233419
Octal1401043603510576436431
Binary1100000100010011110011101100010111111010001111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60441E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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