#60341F

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

Shades of Carnaby Tan #60341F

Tints of Carnaby Tan #60341F

Color information

#60341F (or 0x60341F) is unknown color: approx Carnaby Tan. HEX triplet: 60, 34 and 1F. RGB value is (96,52,31). Sum of RGB (Red+Green+Blue) = 96+52+31=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #60341F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60341F is #9FCBE0. Grayscale: #3E3E3E. Windows color (decimal): -10472417 or 2045024. OLE color: 2045024.

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

Color convert

RGB965231-
CMYK00.460.680.62
HSL19.38º51.18%24.9%-
HSV(B)19.38º67.71%37.65%-
XYZ6.35.041.94-
YUV62.76110.08151.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.63%
GREEN value IS 52 (20.70% from 255) = 29.05%
BLUE value IS 31 (12.5% from 255) = 17.32%
R=53.63%
G=29.05%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96523100.460.680.6219.3851.1824.9
Hex60341F02E443E133319
Octal140643705610476236331
Binary110000011010011111010111010001001111101001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60341F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60341F; }

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

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

<style>
 a { background-color: #60341F; }

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

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

<style>
 span { border-color: #60341F; }

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

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