#614830

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

Shades of Dallas #614830

Tints of Dallas #614830

Color information

#614830 (or 0x614830) is unknown color: approx Dallas. HEX triplet: 61, 48 and 30. RGB value is (97,72,48). Sum of RGB (Red+Green+Blue) = 97+72+48=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #614830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614830 is #9EB7CF. Grayscale: #4C4C4C. Windows color (decimal): -10401744 or 3164257. OLE color: 3164257.

HSL color Cylindrical-coordinate representation of color #614830: hue angle of 29.39º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #614830 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB977248-
CMYK00.260.510.62
HSL29.39º33.79%28.43%-
HSV(B)29.39º50.52%38.04%-
XYZ7.787.393.81-
YUV76.74111.78142.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.70%
GREEN value IS 72 (28.52% from 255) = 33.18%
BLUE value IS 48 (19.14% from 255) = 22.12%
R=44.70%
G=33.18%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97724800.260.510.6229.3933.7928.43
Hex61483001A333E1d221c
Octal141110600326376354234
Binary110000110010001100000110101100111111101110110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614830; }

 p { color: rgb(97,72,48); }

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

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

 a { background-color: rgb(97,72,48); }

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

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

 span { border-color: rgb(97,72,48); }

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