#603C1D

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

Shades of Dark Brown #603C1D

Tints of Dark Brown #603C1D

Color information

#603C1D (or 0x603C1D) is unknown color: approx Dark Brown. HEX triplet: 60, 3C and 1D. RGB value is (96,60,29). Sum of RGB (Red+Green+Blue) = 96+60+29=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #603C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603C1D is #9FC3E2. Grayscale: #434343. Windows color (decimal): -10470371 or 1916000. OLE color: 1916000.

HSL color Cylindrical-coordinate representation of color #603C1D: hue angle of 27.76º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #603C1D is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB966029-
CMYK00.380.700.62
HSL27.76º53.6%24.51%-
HSV(B)27.76º69.79%37.65%-
XYZ6.665.811.93-
YUV67.23106.43148.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.89%
GREEN value IS 60 (23.83% from 255) = 32.43%
BLUE value IS 29 (11.72% from 255) = 15.68%
R=51.89%
G=32.43%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96602900.380.700.6227.7653.624.51
Hex603C1D026463E1c3619
Octal140743504610676346631
Binary110000011110011101010011010001101111101110011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603C1D; }

 p { color: rgb(96,60,29); }

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

<style>
 a { background-color: #603C1D; }

 a { background-color: rgb(96,60,29); }

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

<style>
 span { border-color: #603C1D; }

 span { border-color: rgb(96,60,29); }

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