#60381E

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

Shades of Carnaby Tan #60381E

Tints of Carnaby Tan #60381E

Color information

#60381E (or 0x60381E) is unknown color: approx Carnaby Tan. HEX triplet: 60, 38 and 1E. RGB value is (96,56,30). Sum of RGB (Red+Green+Blue) = 96+56+30=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #60381E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60381E is #9FC7E1. Grayscale: #414141. Windows color (decimal): -10471394 or 1980512. OLE color: 1980512.

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

Color convert

RGB965630-
CMYK00.420.690.62
HSL23.64º52.38%24.71%-
HSV(B)23.64º68.75%37.65%-
XYZ6.475.411.93-
YUV65108.25150.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.75%
GREEN value IS 56 (22.27% from 255) = 30.77%
BLUE value IS 30 (12.11% from 255) = 16.48%
R=52.75%
G=30.77%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96563000.420.690.6223.6452.3824.71
Hex60381E02A453E183419
Octal140703605210576306431
Binary110000011100011110010101010001011111101100011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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