#614F33

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

Shades of Dallas #614F33

Tints of Dallas #614F33

Color information

#614F33 (or 0x614F33) is unknown color: approx Dallas. HEX triplet: 61, 4F and 33. RGB value is (97,79,51). Sum of RGB (Red+Green+Blue) = 97+79+51=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 51 (20.31% from 255 or 22.47% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #614F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614F33 is #9EB0CC. Grayscale: #515151. Windows color (decimal): -10399949 or 3362657. OLE color: 3362657.

HSL color Cylindrical-coordinate representation of color #614F33: hue angle of 36.52º 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 #614F33 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB977951-
CMYK00.190.470.62
HSL36.52º31.08%29.02%-
HSV(B)36.52º47.42%38.04%-
XYZ8.328.374.31-
YUV81.19110.96139.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.73%
GREEN value IS 79 (31.25% from 255) = 34.80%
BLUE value IS 51 (20.31% from 255) = 22.47%
R=42.73%
G=34.80%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97795100.190.470.6236.5231.0829.02
Hex614F330132F3E251f1d
Octal141117630235776453735
Binary110000110011111100110100111011111111101001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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