#614B34

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

Shades of Dallas #614B34

Tints of Dallas #614B34

Color information

#614B34 (or 0x614B34) is unknown color: approx Dallas. HEX triplet: 61, 4B and 34. RGB value is (97,75,52). Sum of RGB (Red+Green+Blue) = 97+75+52=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 52 (20.70% from 255 or 23.21% from 224); Max value from RGB is 97 - color contains mainly: red. Hex color #614B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614B34 is #9EB4CB. Grayscale: #4F4F4F. Windows color (decimal): -10400972 or 3427169. OLE color: 3427169.

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

Color convert

RGB977552-
CMYK00.230.460.62
HSL30.67º30.2%29.22%-
HSV(B)30.67º46.39%38.04%-
XYZ8.077.824.33-
YUV78.96112.79140.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.30%
GREEN value IS 75 (29.69% from 255) = 33.48%
BLUE value IS 52 (20.70% from 255) = 23.21%
R=43.30%
G=33.48%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97755200.230.460.6230.6730.229.22
Hex614B340172E3E1f1e1d
Octal141113640275676373635
Binary11000011001011110100010111101110111110111111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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