#60371E

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

Shades of Carnaby Tan #60371E

Tints of Carnaby Tan #60371E

Color information

#60371E (or 0x60371E) is unknown color: approx Carnaby Tan. HEX triplet: 60, 37 and 1E. RGB value is (96,55,30). Sum of RGB (Red+Green+Blue) = 96+55+30=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #60371E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60371E is #9FC8E1. Grayscale: #404040. Windows color (decimal): -10471650 or 1980256. OLE color: 1980256.

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

Color convert

RGB965530-
CMYK00.430.690.62
HSL22.73º52.38%24.71%-
HSV(B)22.73º68.75%37.65%-
XYZ6.425.311.92-
YUV64.41108.58150.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.04%
GREEN value IS 55 (21.88% from 255) = 30.39%
BLUE value IS 30 (12.11% from 255) = 16.57%
R=53.04%
G=30.39%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96553000.430.690.6222.7352.3824.71
Hex60371E02B453E173419
Octal140673605310576276431
Binary110000011011111110010101110001011111101011111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60371E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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