#614D35

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

Shades of Dallas #614D35

Tints of Dallas #614D35

Color information

#614D35 (or 0x614D35) is unknown color: approx Dallas. HEX triplet: 61, 4D and 35. RGB value is (97,77,53). Sum of RGB (Red+Green+Blue) = 97+77+53=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #614D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614D35 is #9EB2CA. Grayscale: #505050. Windows color (decimal): -10400459 or 3493217. OLE color: 3493217.

HSL color Cylindrical-coordinate representation of color #614D35: hue angle of 32.73º 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 #614D35 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB977753-
CMYK00.210.450.62
HSL32.73º29.33%29.41%-
HSV(B)32.73º45.36%38.04%-
XYZ8.238.114.5-
YUV80.24112.63139.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.73%
GREEN value IS 77 (30.47% from 255) = 33.92%
BLUE value IS 53 (21.09% from 255) = 23.35%
R=42.73%
G=33.92%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97775300.210.450.6232.7329.3329.41
Hex614D350152D3E211d1d
Octal141115650255576413535
Binary110000110011011101010101011011011111101000011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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