#614E36

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

Shades of Dallas #614E36

Tints of Dallas #614E36

Color information

#614E36 (or 0x614E36) is unknown color: approx Dallas. HEX triplet: 61, 4E and 36. RGB value is (97,78,54). Sum of RGB (Red+Green+Blue) = 97+78+54=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 97 - color contains mainly: red. Hex color #614E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614E36 is #9EB1C9. Grayscale: #515151. Windows color (decimal): -10400202 or 3559009. OLE color: 3559009.

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

Color convert

RGB977854-
CMYK00.200.440.62
HSL33.49º28.48%29.61%-
HSV(B)33.49º44.33%38.04%-
XYZ8.328.264.65-
YUV80.94112.79139.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.36%
GREEN value IS 78 (30.86% from 255) = 34.06%
BLUE value IS 54 (21.48% from 255) = 23.58%
R=42.36%
G=34.06%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97785400.200.440.6233.4928.4829.61
Hex614E360142C3E211c1e
Octal141116660245476413436
Binary110000110011101101100101001011001111101000011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,78,54); }

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

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

 a { background-color: rgb(97,78,54); }

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

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

 span { border-color: rgb(97,78,54); }

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