#613A1F

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

Shades of Carnaby Tan #613A1F

Tints of Carnaby Tan #613A1F

Color information

#613A1F (or 0x613A1F) is unknown color: approx Carnaby Tan. HEX triplet: 61, 3A and 1F. RGB value is (97,58,31). Sum of RGB (Red+Green+Blue) = 97+58+31=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #613A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A1F is #9EC5E0. Grayscale: #424242. Windows color (decimal): -10405345 or 2046561. OLE color: 2046561.

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

Color convert

RGB975831-
CMYK00.400.680.62
HSL24.55º51.56%25.1%-
HSV(B)24.55º68.04%38.04%-
XYZ6.695.672.04-
YUV66.58107.92149.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.15%
GREEN value IS 58 (23.05% from 255) = 31.18%
BLUE value IS 31 (12.5% from 255) = 16.67%
R=52.15%
G=31.18%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97583100.400.680.6224.5551.5625.1
Hex613A1F028443E193419
Octal141723705010476316431
Binary110000111101011111010100010001001111101100111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,58,31); }

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

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

 a { background-color: rgb(97,58,31); }

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

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

 span { border-color: rgb(97,58,31); }

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