#603C1F

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

Shades of Carnaby Tan #603C1F

Tints of Carnaby Tan #603C1F

Color information

#603C1F (or 0x603C1F) is unknown color: approx Carnaby Tan. HEX triplet: 60, 3C and 1F. RGB value is (96,60,31). Sum of RGB (Red+Green+Blue) = 96+60+31=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #603C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603C1F is #9FC3E0. Grayscale: #434343. Windows color (decimal): -10470369 or 2047072. OLE color: 2047072.

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

Color convert

RGB966031-
CMYK00.380.680.62
HSL26.77º51.18%24.9%-
HSV(B)26.77º67.71%37.65%-
XYZ6.695.822.07-
YUV67.46107.43148.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.34%
GREEN value IS 60 (23.83% from 255) = 32.09%
BLUE value IS 31 (12.5% from 255) = 16.58%
R=51.34%
G=32.09%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96603100.380.680.6226.7751.1824.9
Hex603C1F026443E1b3319
Octal140743704610476336331
Binary110000011110011111010011010001001111101101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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