#614A33

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

Shades of Dallas #614A33

Tints of Dallas #614A33

Color information

#614A33 (or 0x614A33) is unknown color: approx Dallas. HEX triplet: 61, 4A and 33. RGB value is (97,74,51). Sum of RGB (Red+Green+Blue) = 97+74+51=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 97 - color contains mainly: red. Hex color #614A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A33 is #9EB5CC. Grayscale: #4E4E4E. Windows color (decimal): -10401229 or 3361377. OLE color: 3361377.

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

Color convert

RGB977451-
CMYK00.240.470.62
HSL30º31.08%29.02%-
HSV(B)30º47.42%38.04%-
XYZ7.987.684.19-
YUV78.26112.62141.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.69%
GREEN value IS 74 (29.30% from 255) = 33.33%
BLUE value IS 51 (20.31% from 255) = 22.97%
R=43.69%
G=33.33%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97745100.240.470.623031.0829.02
Hex614A330182F3E1e1f1d
Octal141112630305776363735
Binary11000011001010110011011000101111111110111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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