#613C28

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

Shades of Carnaby Tan #613C28

Tints of Carnaby Tan #613C28

Color information

#613C28 (or 0x613C28) is unknown color: approx Carnaby Tan. HEX triplet: 61, 3C and 28. RGB value is (97,60,40). Sum of RGB (Red+Green+Blue) = 97+60+40=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #613C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C28 is #9EC3D7. Grayscale: #444444. Windows color (decimal): -10404824 or 2636897. OLE color: 2636897.

HSL color Cylindrical-coordinate representation of color #613C28: hue angle of 21.05º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #613C28 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB976040-
CMYK00.380.590.62
HSL21.05º41.61%26.86%-
HSV(B)21.05º58.76%38.04%-
XYZ6.935.932.79-
YUV68.78111.76148.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.24%
GREEN value IS 60 (23.83% from 255) = 30.46%
BLUE value IS 40 (16.02% from 255) = 20.30%
R=49.24%
G=30.46%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97604000.380.590.6221.0541.6126.86
Hex613C280263B3E152a1b
Octal14174500467376255233
Binary110000111110010100001001101110111111101010110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613C28; }

 p { color: rgb(97,60,40); }

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

<style>
 a { background-color: #613C28; }

 a { background-color: rgb(97,60,40); }

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

<style>
 span { border-color: #613C28; }

 span { border-color: rgb(97,60,40); }

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