#61381E

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

Shades of Carnaby Tan #61381E

Tints of Carnaby Tan #61381E

Color information

#61381E (or 0x61381E) is unknown color: approx Carnaby Tan. HEX triplet: 61, 38 and 1E. RGB value is (97,56,30). Sum of RGB (Red+Green+Blue) = 97+56+30=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #61381E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61381E is #9EC7E1. Grayscale: #414141. Windows color (decimal): -10405858 or 1980513. OLE color: 1980513.

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

Color convert

RGB975630-
CMYK00.420.690.62
HSL23.28º52.76%24.9%-
HSV(B)23.28º69.07%38.04%-
XYZ6.585.461.94-
YUV65.3108.08150.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.01%
GREEN value IS 56 (22.27% from 255) = 30.60%
BLUE value IS 30 (12.11% from 255) = 16.39%
R=53.01%
G=30.60%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97563000.420.690.6223.2852.7624.9
Hex61381E02A453E173519
Octal141703605210576276531
Binary110000111100011110010101010001011111101011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61381E; }

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

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

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

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

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

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

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

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