#614B2B

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

Shades of Dallas #614B2B

Tints of Dallas #614B2B

Color information

#614B2B (or 0x614B2B) is unknown color: approx Dallas. HEX triplet: 61, 4B and 2B. RGB value is (97,75,43). Sum of RGB (Red+Green+Blue) = 97+75+43=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #614B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614B2B is #9EB4D4. Grayscale: #4E4E4E. Windows color (decimal): -10400981 or 2837345. OLE color: 2837345.

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

Color convert

RGB977543-
CMYK00.230.560.62
HSL35.56º38.57%27.45%-
HSV(B)35.56º55.67%38.04%-
XYZ7.887.753.37-
YUV77.93108.29141.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.12%
GREEN value IS 75 (29.69% from 255) = 34.88%
BLUE value IS 43 (17.19% from 255) = 20%
R=45.12%
G=34.88%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97754300.230.560.6235.5638.5727.45
Hex614B2B017383E24271b
Octal141113530277076444733
Binary1100001100101110101101011111100011111010010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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