#614B36

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

Shades of Dallas #614B36

Tints of Dallas #614B36

Color information

#614B36 (or 0x614B36) is unknown color: approx Dallas. HEX triplet: 61, 4B and 36. RGB value is (97,75,54). Sum of RGB (Red+Green+Blue) = 97+75+54=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 97 - color contains mainly: red. Hex color #614B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614B36 is #9EB4C9. Grayscale: #4F4F4F. Windows color (decimal): -10400970 or 3558241. OLE color: 3558241.

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

Color convert

RGB977554-
CMYK00.230.440.62
HSL29.3º28.48%29.61%-
HSV(B)29.3º44.33%38.04%-
XYZ8.117.844.58-
YUV79.18113.79140.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.92%
GREEN value IS 75 (29.69% from 255) = 33.19%
BLUE value IS 54 (21.48% from 255) = 23.89%
R=42.92%
G=33.19%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97755400.230.440.6229.328.4829.61
Hex614B360172C3E1d1c1e
Octal141113660275476353436
Binary11000011001011110110010111101100111110111011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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