#614E35

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

Shades of Dallas #614E35

Tints of Dallas #614E35

Color information

#614E35 (or 0x614E35) is unknown color: approx Dallas. HEX triplet: 61, 4E and 35. RGB value is (97,78,53). Sum of RGB (Red+Green+Blue) = 97+78+53=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 53 (21.09% from 255 or 23.25% from 228); Max value from RGB is 97 - color contains mainly: red. Hex color #614E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614E35 is #9EB1CA. Grayscale: #505050. Windows color (decimal): -10400203 or 3493473. OLE color: 3493473.

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

Color convert

RGB977853-
CMYK00.200.450.62
HSL34.09º29.33%29.41%-
HSV(B)34.09º45.36%38.04%-
XYZ8.38.254.52-
YUV80.83112.29139.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.54%
GREEN value IS 78 (30.86% from 255) = 34.21%
BLUE value IS 53 (21.09% from 255) = 23.25%
R=42.54%
G=34.21%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97785300.200.450.6234.0929.3329.41
Hex614E350142D3E221d1d
Octal141116650245576423535
Binary110000110011101101010101001011011111101000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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