#614A28

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

Shades of Dallas #614A28

Tints of Dallas #614A28

Color information

#614A28 (or 0x614A28) is unknown color: approx Dallas. HEX triplet: 61, 4A and 28. RGB value is (97,74,40). Sum of RGB (Red+Green+Blue) = 97+74+40=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #614A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A28 is #9EB5D7. Grayscale: #4D4D4D. Windows color (decimal): -10401240 or 2640481. OLE color: 2640481.

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

Color convert

RGB977440-
CMYK00.240.590.62
HSL35.79º41.61%26.86%-
HSV(B)35.79º58.76%38.04%-
XYZ7.767.593.06-
YUV77107.12142.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.97%
GREEN value IS 74 (29.30% from 255) = 35.07%
BLUE value IS 40 (16.02% from 255) = 18.96%
R=45.97%
G=35.07%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97744000.240.590.6235.7941.6126.86
Hex614A280183B3E242a1b
Octal141112500307376445233
Binary1100001100101010100001100011101111111010010010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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