#603C20

Color #603C20 Carnaby Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnaby Tan #603C20

Tints of Carnaby Tan #603C20

Color information

#603C20 (or 0x603C20) is unknown color: approx Carnaby Tan. HEX triplet: 60, 3C and 20. RGB value is (96,60,32). Sum of RGB (Red+Green+Blue) = 96+60+32=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #603C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603C20 is #9FC3DF. Grayscale: #434343. Windows color (decimal): -10470368 or 2112608. OLE color: 2112608.

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

Color convert

RGB966032-
CMYK00.380.670.62
HSL26.25º50%25.1%-
HSV(B)26.25º66.67%37.65%-
XYZ6.75.822.14-
YUV67.57107.93148.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.06%
GREEN value IS 60 (23.83% from 255) = 31.91%
BLUE value IS 32 (12.89% from 255) = 17.02%
R=51.06%
G=31.91%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96603200.380.670.6226.255025.1
Hex603C20026433E1a3219
Octal140744004610376326231
Binary1100000111100100000010011010000111111101101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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