#613C1E

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

Shades of Carnaby Tan #613C1E

Tints of Carnaby Tan #613C1E

Color information

#613C1E (or 0x613C1E) is unknown color: approx Carnaby Tan. HEX triplet: 61, 3C and 1E. RGB value is (97,60,30). Sum of RGB (Red+Green+Blue) = 97+60+30=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #613C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C1E is #9EC3E1. Grayscale: #434343. Windows color (decimal): -10404834 or 1981537. OLE color: 1981537.

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

Color convert

RGB976030-
CMYK00.380.690.62
HSL26.87º52.76%24.9%-
HSV(B)26.87º69.07%38.04%-
XYZ6.785.872-
YUV67.64106.76148.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.87%
GREEN value IS 60 (23.83% from 255) = 32.09%
BLUE value IS 30 (12.11% from 255) = 16.04%
R=51.87%
G=32.09%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97603000.380.690.6226.8752.7624.9
Hex613C1E026453E1b3519
Octal141743604610576336531
Binary110000111110011110010011010001011111101101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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