#614C2D

Color #614C2D Dallas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dallas #614C2D

Tints of Dallas #614C2D

Color information

#614C2D (or 0x614C2D) is unknown color: approx Dallas. HEX triplet: 61, 4C and 2D. RGB value is (97,76,45). Sum of RGB (Red+Green+Blue) = 97+76+45=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #614C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614C2D is #9EB3D2. Grayscale: #4E4E4E. Windows color (decimal): -10400723 or 2968673. OLE color: 2968673.

HSL color Cylindrical-coordinate representation of color #614C2D: hue angle of 35.77º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #614C2D is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB977645-
CMYK00.220.540.62
HSL35.77º36.62%27.84%-
HSV(B)35.77º53.61%38.04%-
XYZ7.997.93.59-
YUV78.74108.96141.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.50%
GREEN value IS 76 (30.08% from 255) = 34.86%
BLUE value IS 45 (17.97% from 255) = 20.64%
R=44.50%
G=34.86%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97764500.220.540.6235.7736.6227.84
Hex614C2D016363E24251c
Octal141114550266676444534
Binary1100001100110010110101011011011011111010010010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614C2D; }

 p { color: rgb(97,76,45); }

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

<style>
 a { background-color: #614C2D; }

 a { background-color: rgb(97,76,45); }

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

<style>
 span { border-color: #614C2D; }

 span { border-color: rgb(97,76,45); }

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