#60381F

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

Shades of Carnaby Tan #60381F

Tints of Carnaby Tan #60381F

Color information

#60381F (or 0x60381F) is unknown color: approx Carnaby Tan. HEX triplet: 60, 38 and 1F. RGB value is (96,56,31). Sum of RGB (Red+Green+Blue) = 96+56+31=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #60381F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60381F is #9FC7E0. Grayscale: #414141. Windows color (decimal): -10471393 or 2046048. OLE color: 2046048.

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

Color convert

RGB965631-
CMYK00.420.680.62
HSL23.08º51.18%24.9%-
HSV(B)23.08º67.71%37.65%-
XYZ6.495.412-
YUV65.11108.75150.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.46%
GREEN value IS 56 (22.27% from 255) = 30.60%
BLUE value IS 31 (12.5% from 255) = 16.94%
R=52.46%
G=30.60%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96563100.420.680.6223.0851.1824.9
Hex60381F02A443E173319
Octal140703705210476276331
Binary110000011100011111010101010001001111101011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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