#603C1A

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

Shades of Dark Brown #603C1A

Tints of Dark Brown #603C1A

Color information

#603C1A (or 0x603C1A) is unknown color: approx Dark Brown. HEX triplet: 60, 3C and 1A. RGB value is (96,60,26). Sum of RGB (Red+Green+Blue) = 96+60+26=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 60 (23.83% from 255 or 32.97% from 182); Blue value is 26 (10.55% from 255 or 14.29% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #603C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603C1A is #9FC3E5. Grayscale: #434343. Windows color (decimal): -10470374 or 1719392. OLE color: 1719392.

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

Color convert

RGB966026-
CMYK00.380.730.62
HSL29.14º57.38%23.92%-
HSV(B)29.14º72.92%37.65%-
XYZ6.635.791.75-
YUV66.89104.93148.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.75%
GREEN value IS 60 (23.83% from 255) = 32.97%
BLUE value IS 26 (10.55% from 255) = 14.29%
R=52.75%
G=32.97%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96602600.380.730.6229.1457.3823.92
Hex603C1A026493E1d3918
Octal140743204611176357130
Binary110000011110011010010011010010011111101110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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