#613B1F

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

Shades of Carnaby Tan #613B1F

Tints of Carnaby Tan #613B1F

Color information

#613B1F (or 0x613B1F) is unknown color: approx Carnaby Tan. HEX triplet: 61, 3B and 1F. RGB value is (97,59,31). Sum of RGB (Red+Green+Blue) = 97+59+31=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 59 (23.44% from 255 or 31.55% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #613B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613B1F is #9EC4E0. Grayscale: #434343. Windows color (decimal): -10405089 or 2046817. OLE color: 2046817.

HSL color Cylindrical-coordinate representation of color #613B1F: hue angle of 25.45º 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 #613B1F is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB975931-
CMYK00.390.680.62
HSL25.45º51.56%25.1%-
HSV(B)25.45º68.04%38.04%-
XYZ6.745.772.05-
YUV67.17107.59149.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.87%
GREEN value IS 59 (23.44% from 255) = 31.55%
BLUE value IS 31 (12.5% from 255) = 16.58%
R=51.87%
G=31.55%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97593100.390.680.6225.4551.5625.1
Hex613B1F027443E193419
Octal141733704710476316431
Binary110000111101111111010011110001001111101100111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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