#614D32

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

Shades of Dallas #614D32

Tints of Dallas #614D32

Color information

#614D32 (or 0x614D32) is unknown color: approx Dallas. HEX triplet: 61, 4D and 32. RGB value is (97,77,50). Sum of RGB (Red+Green+Blue) = 97+77+50=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 97 - color contains mainly: red. Hex color #614D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614D32 is #9EB2CD. Grayscale: #505050. Windows color (decimal): -10400462 or 3296609. OLE color: 3296609.

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

Color convert

RGB977750-
CMYK00.210.480.62
HSL34.47º31.97%28.82%-
HSV(B)34.47º48.45%38.04%-
XYZ8.168.084.15-
YUV79.9111.13140.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.30%
GREEN value IS 77 (30.47% from 255) = 34.38%
BLUE value IS 50 (19.92% from 255) = 22.32%
R=43.30%
G=34.38%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97775000.210.480.6234.4731.9728.82
Hex614D32015303E22201d
Octal141115620256076424035
Binary1100001100110111001001010111000011111010001010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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