#614F35

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

Shades of Dallas #614F35

Tints of Dallas #614F35

Color information

#614F35 (or 0x614F35) is unknown color: approx Dallas. HEX triplet: 61, 4F and 35. RGB value is (97,79,53). Sum of RGB (Red+Green+Blue) = 97+79+53=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 97 - color contains mainly: red. Hex color #614F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614F35 is #9EB0CA. Grayscale: #515151. Windows color (decimal): -10399947 or 3493729. OLE color: 3493729.

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

Color convert

RGB977953-
CMYK00.190.450.62
HSL35.45º29.33%29.41%-
HSV(B)35.45º45.36%38.04%-
XYZ8.378.394.55-
YUV81.42111.96139.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.36%
GREEN value IS 79 (31.25% from 255) = 34.50%
BLUE value IS 53 (21.09% from 255) = 23.14%
R=42.36%
G=34.50%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97795300.190.450.6235.4529.3329.41
Hex614F350132D3E231d1d
Octal141117650235576433535
Binary110000110011111101010100111011011111101000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,79,53); }

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

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

 a { background-color: rgb(97,79,53); }

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

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

 span { border-color: rgb(97,79,53); }

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