#614C35

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

Shades of Dallas #614C35

Tints of Dallas #614C35

Color information

#614C35 (or 0x614C35) is unknown color: approx Dallas. HEX triplet: 61, 4C and 35. RGB value is (97,76,53). Sum of RGB (Red+Green+Blue) = 97+76+53=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 97 - color contains mainly: red. Hex color #614C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614C35 is #9EB3CA. Grayscale: #4F4F4F. Windows color (decimal): -10400715 or 3492961. OLE color: 3492961.

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

Color convert

RGB977653-
CMYK00.220.450.62
HSL31.36º29.33%29.41%-
HSV(B)31.36º45.36%38.04%-
XYZ8.167.974.48-
YUV79.66112.96140.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.92%
GREEN value IS 76 (30.08% from 255) = 33.63%
BLUE value IS 53 (21.09% from 255) = 23.45%
R=42.92%
G=33.63%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97765300.220.450.6231.3629.3329.41
Hex614C350162D3E1f1d1d
Octal141114650265576373535
Binary11000011001100110101010110101101111110111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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