#603C18

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

Shades of Dark Brown #603C18

Tints of Dark Brown #603C18

Color information

#603C18 (or 0x603C18) is unknown color: approx Dark Brown. HEX triplet: 60, 3C and 18. RGB value is (96,60,24). Sum of RGB (Red+Green+Blue) = 96+60+24=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 24 (9.77% from 255 or 13.33% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #603C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603C18 is #9FC3E7. Grayscale: #424242. Windows color (decimal): -10470376 or 1588320. OLE color: 1588320.

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

Color convert

RGB966024-
CMYK00.380.750.62
HSL30º60%23.53%-
HSV(B)30º75%37.65%-
XYZ6.65.781.63-
YUV66.66103.93148.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.33%
GREEN value IS 60 (23.83% from 255) = 33.33%
BLUE value IS 24 (9.77% from 255) = 13.33%
R=53.33%
G=33.33%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96602400.380.750.62306023.53
Hex603C180264B3E1e3c18
Octal140743004611376367430
Binary110000011110011000010011010010111111101111011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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