#613B27

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

Shades of Carnaby Tan #613B27

Tints of Carnaby Tan #613B27

Color information

#613B27 (or 0x613B27) is unknown color: approx Carnaby Tan. HEX triplet: 61, 3B and 27. RGB value is (97,59,39). Sum of RGB (Red+Green+Blue) = 97+59+39=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 59 (23.44% from 255 or 30.26% from 195); Blue value is 39 (15.62% from 255 or 20% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #613B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613B27 is #9EC4D8. Grayscale: #444444. Windows color (decimal): -10405081 or 2571105. OLE color: 2571105.

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

Color convert

RGB975939-
CMYK00.390.600.62
HSL20.69º42.65%26.67%-
HSV(B)20.69º59.79%38.04%-
XYZ6.865.822.68-
YUV68.08111.59148.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.74%
GREEN value IS 59 (23.44% from 255) = 30.26%
BLUE value IS 39 (15.62% from 255) = 20%
R=49.74%
G=30.26%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97593900.390.600.6220.6942.6526.67
Hex613B270273C3E152b1b
Octal14173470477476255333
Binary110000111101110011101001111111001111101010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,59,39); }

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

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

 a { background-color: rgb(97,59,39); }

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

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

 span { border-color: rgb(97,59,39); }

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