#603A1F

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

Shades of Carnaby Tan #603A1F

Tints of Carnaby Tan #603A1F

Color information

#603A1F (or 0x603A1F) is unknown color: approx Carnaby Tan. HEX triplet: 60, 3A and 1F. RGB value is (96,58,31). Sum of RGB (Red+Green+Blue) = 96+58+31=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #603A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603A1F is #9FC5E0. Grayscale: #424242. Windows color (decimal): -10470881 or 2046560. OLE color: 2046560.

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

Color convert

RGB965831-
CMYK00.400.680.62
HSL24.92º51.18%24.9%-
HSV(B)24.92º67.71%37.65%-
XYZ6.585.612.03-
YUV66.28108.09149.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.89%
GREEN value IS 58 (23.05% from 255) = 31.35%
BLUE value IS 31 (12.5% from 255) = 16.76%
R=51.89%
G=31.35%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96583100.400.680.6224.9251.1824.9
Hex603A1F028443E193319
Octal140723705010476316331
Binary110000011101011111010100010001001111101100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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