#614C27

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

Shades of Dallas #614C27

Tints of Dallas #614C27

Color information

#614C27 (or 0x614C27) is unknown color: approx Dallas. HEX triplet: 61, 4C and 27. RGB value is (97,76,39). Sum of RGB (Red+Green+Blue) = 97+76+39=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 39 (15.62% from 255 or 18.40% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #614C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614C27 is #9EB3D8. Grayscale: #4E4E4E. Windows color (decimal): -10400729 or 2575457. OLE color: 2575457.

HSL color Cylindrical-coordinate representation of color #614C27: hue angle of 38.28º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #614C27 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB977639-
CMYK00.220.600.62
HSL38.28º42.65%26.67%-
HSV(B)38.28º59.79%38.04%-
XYZ7.887.863.02-
YUV78.06105.96141.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.75%
GREEN value IS 76 (30.08% from 255) = 35.85%
BLUE value IS 39 (15.62% from 255) = 18.40%
R=45.75%
G=35.85%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97763900.220.600.6238.2842.6526.67
Hex614C270163C3E262b1b
Octal141114470267476465333
Binary1100001100110010011101011011110011111010011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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