#60361F

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

Shades of Carnaby Tan #60361F

Tints of Carnaby Tan #60361F

Color information

#60361F (or 0x60361F) is unknown color: approx Carnaby Tan. HEX triplet: 60, 36 and 1F. RGB value is (96,54,31). Sum of RGB (Red+Green+Blue) = 96+54+31=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #60361F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60361F is #9FC9E0. Grayscale: #404040. Windows color (decimal): -10471905 or 2045536. OLE color: 2045536.

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

Color convert

RGB965431-
CMYK00.440.680.62
HSL21.23º51.18%24.9%-
HSV(B)21.23º67.71%37.65%-
XYZ6.395.221.97-
YUV63.94109.41150.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.04%
GREEN value IS 54 (21.48% from 255) = 29.83%
BLUE value IS 31 (12.5% from 255) = 17.13%
R=53.04%
G=29.83%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96543100.440.680.6221.2351.1824.9
Hex60361F02C443E153319
Octal140663705410476256331
Binary110000011011011111010110010001001111101010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60361F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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