#603A20

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

Shades of Carnaby Tan #603A20

Tints of Carnaby Tan #603A20

Color information

#603A20 (or 0x603A20) is unknown color: approx Carnaby Tan. HEX triplet: 60, 3A and 20. RGB value is (96,58,32). Sum of RGB (Red+Green+Blue) = 96+58+32=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #603A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603A20 is #9FC5DF. Grayscale: #424242. Windows color (decimal): -10470880 or 2112096. OLE color: 2112096.

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

Color convert

RGB965832-
CMYK00.400.670.62
HSL24.38º50%25.1%-
HSV(B)24.38º66.67%37.65%-
XYZ6.65.622.1-
YUV66.4108.59149.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.61%
GREEN value IS 58 (23.05% from 255) = 31.18%
BLUE value IS 32 (12.89% from 255) = 17.20%
R=51.61%
G=31.18%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96583200.400.670.6224.385025.1
Hex603A20028433E183219
Octal140724005010376306231
Binary1100000111010100000010100010000111111101100011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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