#614C2F

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

Shades of Dallas #614C2F

Tints of Dallas #614C2F

Color information

#614C2F (or 0x614C2F) is unknown color: approx Dallas. HEX triplet: 61, 4C and 2F. RGB value is (97,76,47). Sum of RGB (Red+Green+Blue) = 97+76+47=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 97 - color contains mainly: red. Hex color #614C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614C2F is #9EB3D0. Grayscale: #4F4F4F. Windows color (decimal): -10400721 or 3099745. OLE color: 3099745.

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

Color convert

RGB977647-
CMYK00.220.520.62
HSL34.8º34.72%28.24%-
HSV(B)34.8º51.55%38.04%-
XYZ8.037.923.79-
YUV78.97109.96140.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.09%
GREEN value IS 76 (30.08% from 255) = 34.55%
BLUE value IS 47 (18.75% from 255) = 21.36%
R=44.09%
G=34.55%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97764700.220.520.6234.834.7228.24
Hex614C2F016343E23231c
Octal141114570266476434334
Binary1100001100110010111101011011010011111010001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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