#603A26

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

Shades of Carnaby Tan #603A26

Tints of Carnaby Tan #603A26

Color information

#603A26 (or 0x603A26) is unknown color: approx Carnaby Tan. HEX triplet: 60, 3A and 26. RGB value is (96,58,38). Sum of RGB (Red+Green+Blue) = 96+58+38=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 58 (23.05% from 255 or 30.21% from 192); Blue value is 38 (15.23% from 255 or 19.79% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #603A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603A26 is #9FC5D9. Grayscale: #434343. Windows color (decimal): -10470874 or 2505312. OLE color: 2505312.

HSL color Cylindrical-coordinate representation of color #603A26: hue angle of 20.69º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #603A26 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB965838-
CMYK00.400.600.62
HSL20.69º43.28%26.27%-
HSV(B)20.69º60.42%37.65%-
XYZ6.695.652.57-
YUV67.08111.59148.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50%
GREEN value IS 58 (23.05% from 255) = 30.21%
BLUE value IS 38 (15.23% from 255) = 19.79%
R=50%
G=30.21%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96583800.400.600.6220.6943.2826.27
Hex603A260283C3E152b1a
Octal14072460507476255332
Binary110000011101010011001010001111001111101010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,58,38); }

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

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

 a { background-color: rgb(96,58,38); }

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

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

 span { border-color: rgb(96,58,38); }

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