#603E1C

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

Shades of Dark Brown #603E1C

Tints of Dark Brown #603E1C

Color information

#603E1C (or 0x603E1C) is unknown color: approx Dark Brown. HEX triplet: 60, 3E and 1C. RGB value is (96,62,28). Sum of RGB (Red+Green+Blue) = 96+62+28=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 62 (24.61% from 255 or 33.33% from 186); Blue value is 28 (11.33% from 255 or 15.05% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #603E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603E1C is #9FC1E3. Grayscale: #444444. Windows color (decimal): -10469860 or 1850976. OLE color: 1850976.

HSL color Cylindrical-coordinate representation of color #603E1C: hue angle of 30º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #603E1C is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB966228-
CMYK00.350.710.62
HSL30º54.84%24.31%-
HSV(B)30º70.83%37.65%-
XYZ6.766.021.9-
YUV68.29105.26147.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.61%
GREEN value IS 62 (24.61% from 255) = 33.33%
BLUE value IS 28 (11.33% from 255) = 15.05%
R=51.61%
G=33.33%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96622800.350.710.623054.8424.31
Hex603E1C023473E1e3718
Octal140763404310776366730
Binary110000011111011100010001110001111111101111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,62,28); }

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

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

 a { background-color: rgb(96,62,28); }

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

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

 span { border-color: rgb(96,62,28); }

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