#613620

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

Shades of Carnaby Tan #613620

Tints of Carnaby Tan #613620

Color information

#613620 (or 0x613620) is unknown color: approx Carnaby Tan. HEX triplet: 61, 36 and 20. RGB value is (97,54,32). Sum of RGB (Red+Green+Blue) = 97+54+32=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #613620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613620 is #9EC9DF. Grayscale: #404040. Windows color (decimal): -10406368 or 2111073. OLE color: 2111073.

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

Color convert

RGB975432-
CMYK00.440.670.62
HSL20.31º50.39%25.29%-
HSV(B)20.31º67.01%38.04%-
XYZ6.515.282.04-
YUV64.35109.75151.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.01%
GREEN value IS 54 (21.48% from 255) = 29.51%
BLUE value IS 32 (12.89% from 255) = 17.49%
R=53.01%
G=29.51%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97543200.440.670.6220.3150.3925.29
Hex61362002C433E143219
Octal141664005410376246231
Binary1100001110110100000010110010000111111101010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613620; }

 p { color: rgb(97,54,32); }

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

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

 a { background-color: rgb(97,54,32); }

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

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

 span { border-color: rgb(97,54,32); }

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