#613820

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

Shades of Carnaby Tan #613820

Tints of Carnaby Tan #613820

Color information

#613820 (or 0x613820) is unknown color: approx Carnaby Tan. HEX triplet: 61, 38 and 20. RGB value is (97,56,32). Sum of RGB (Red+Green+Blue) = 97+56+32=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #613820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613820 is #9EC7DF. Grayscale: #414141. Windows color (decimal): -10405856 or 2111585. OLE color: 2111585.

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

Color convert

RGB975632-
CMYK00.420.670.62
HSL22.15º50.39%25.29%-
HSV(B)22.15º67.01%38.04%-
XYZ6.65.472.07-
YUV65.52109.08150.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.43%
GREEN value IS 56 (22.27% from 255) = 30.27%
BLUE value IS 32 (12.89% from 255) = 17.30%
R=52.43%
G=30.27%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97563200.420.670.6222.1550.3925.29
Hex61382002A433E163219
Octal141704005210376266231
Binary1100001111000100000010101010000111111101011011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613820; }

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

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

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

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

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

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

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

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