#613C26

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

Shades of Carnaby Tan #613C26

Tints of Carnaby Tan #613C26

Color information

#613C26 (or 0x613C26) is unknown color: approx Carnaby Tan. HEX triplet: 61, 3C and 26. RGB value is (97,60,38). Sum of RGB (Red+Green+Blue) = 97+60+38=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #613C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C26 is #9EC3D9. Grayscale: #444444. Windows color (decimal): -10404826 or 2505825. OLE color: 2505825.

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

Color convert

RGB976038-
CMYK00.380.610.62
HSL22.37º43.7%26.47%-
HSV(B)22.37º60.82%38.04%-
XYZ6.95.912.61-
YUV68.55110.76148.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.74%
GREEN value IS 60 (23.83% from 255) = 30.77%
BLUE value IS 38 (15.23% from 255) = 19.49%
R=49.74%
G=30.77%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97603800.380.610.6222.3743.726.47
Hex613C260263D3E162c1a
Octal14174460467576265432
Binary110000111110010011001001101111011111101011010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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