#614B28

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

Shades of Dallas #614B28

Tints of Dallas #614B28

Color information

#614B28 (or 0x614B28) is unknown color: approx Dallas. HEX triplet: 61, 4B and 28. RGB value is (97,75,40). Sum of RGB (Red+Green+Blue) = 97+75+40=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #614B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614B28 is #9EB4D7. Grayscale: #4D4D4D. Windows color (decimal): -10400984 or 2640737. OLE color: 2640737.

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

Color convert

RGB977540-
CMYK00.230.590.62
HSL36.84º41.61%26.86%-
HSV(B)36.84º58.76%38.04%-
XYZ7.837.733.09-
YUV77.59106.79141.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.75%
GREEN value IS 75 (29.69% from 255) = 35.38%
BLUE value IS 40 (16.02% from 255) = 18.87%
R=45.75%
G=35.38%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97754000.230.590.6236.8441.6126.86
Hex614B280173B3E252a1b
Octal141113500277376455233
Binary1100001100101110100001011111101111111010010110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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