#60361E

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

Shades of Carnaby Tan #60361E

Tints of Carnaby Tan #60361E

Color information

#60361E (or 0x60361E) is unknown color: approx Carnaby Tan. HEX triplet: 60, 36 and 1E. RGB value is (96,54,30). Sum of RGB (Red+Green+Blue) = 96+54+30=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #60361E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60361E is #9FC9E1. Grayscale: #3F3F3F. Windows color (decimal): -10471906 or 1980000. OLE color: 1980000.

HSL color Cylindrical-coordinate representation of color #60361E: hue angle of 21.82º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60361E is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB965430-
CMYK00.440.690.62
HSL21.82º52.38%24.71%-
HSV(B)21.82º68.75%37.65%-
XYZ6.385.221.9-
YUV63.82108.91150.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.33%
GREEN value IS 54 (21.48% from 255) = 30%
BLUE value IS 30 (12.11% from 255) = 16.67%
R=53.33%
G=30%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96543000.440.690.6221.8252.3824.71
Hex60361E02C453E163419
Octal140663605410576266431
Binary110000011011011110010110010001011111101011011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60361E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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