#603B1C

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

Shades of Carnaby Tan #603B1C

Tints of Carnaby Tan #603B1C

Color information

#603B1C (or 0x603B1C) is unknown color: approx Carnaby Tan. HEX triplet: 60, 3B and 1C. RGB value is (96,59,28). Sum of RGB (Red+Green+Blue) = 96+59+28=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 59 (23.44% from 255 or 32.24% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #603B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603B1C is #9FC4E3. Grayscale: #424242. Windows color (decimal): -10470628 or 1850208. OLE color: 1850208.

HSL color Cylindrical-coordinate representation of color #603B1C: hue angle of 27.35º 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 #603B1C is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB965928-
CMYK00.390.710.62
HSL27.35º54.84%24.31%-
HSV(B)27.35º70.83%37.65%-
XYZ6.65.71.85-
YUV66.53106.26149.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.46%
GREEN value IS 59 (23.44% from 255) = 32.24%
BLUE value IS 28 (11.33% from 255) = 15.30%
R=52.46%
G=32.24%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96592800.390.710.6227.3554.8424.31
Hex603B1C027473E1b3718
Octal140733404710776336730
Binary110000011101111100010011110001111111101101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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