#614A2D

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

Shades of Dallas #614A2D

Tints of Dallas #614A2D

Color information

#614A2D (or 0x614A2D) is unknown color: approx Dallas. HEX triplet: 61, 4A and 2D. RGB value is (97,74,45). Sum of RGB (Red+Green+Blue) = 97+74+45=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #614A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A2D is #9EB5D2. Grayscale: #4D4D4D. Windows color (decimal): -10401235 or 2968161. OLE color: 2968161.

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

Color convert

RGB977445-
CMYK00.240.540.62
HSL33.46º36.62%27.84%-
HSV(B)33.46º53.61%38.04%-
XYZ7.857.633.54-
YUV77.57109.62141.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.91%
GREEN value IS 74 (29.30% from 255) = 34.26%
BLUE value IS 45 (17.97% from 255) = 20.83%
R=44.91%
G=34.26%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97744500.240.540.6233.4636.6227.84
Hex614A2D018363E21251c
Octal141112550306676414534
Binary1100001100101010110101100011011011111010000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,74,45); }

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

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

 a { background-color: rgb(97,74,45); }

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

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

 span { border-color: rgb(97,74,45); }

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