#603C28

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

Shades of Carnaby Tan #603C28

Tints of Carnaby Tan #603C28

Color information

#603C28 (or 0x603C28) is unknown color: approx Carnaby Tan. HEX triplet: 60, 3C and 28. RGB value is (96,60,40). Sum of RGB (Red+Green+Blue) = 96+60+40=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #603C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603C28 is #9FC3D7. Grayscale: #444444. Windows color (decimal): -10470360 or 2636896. OLE color: 2636896.

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

Color convert

RGB966040-
CMYK00.380.580.62
HSL21.43º41.18%26.67%-
HSV(B)21.43º58.33%37.65%-
XYZ6.825.872.78-
YUV68.48111.93147.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.98%
GREEN value IS 60 (23.83% from 255) = 30.61%
BLUE value IS 40 (16.02% from 255) = 20.41%
R=48.98%
G=30.61%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96604000.380.580.6221.4341.1826.67
Hex603C280263A3E15291b
Octal14074500467276255133
Binary110000011110010100001001101110101111101010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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