Html Css Color HEX #655139 Dallas

📋 copy color: '#655139'

red 101 ◦ green 81 ◦ blue 57

#655139
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dallas #655139

Tints of Dallas #655139

RGB

 RED value IS 101 (39.84% from 255) = 42.26%

 GREEN value IS 81 (32.03% from 255) = 33.89%

 BLUE value IS 57 (22.66% from 255) = 23.85%

R = 42.26%
G = 33.89%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.60

RGB Variations

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

Color information

#655139 (or 0x655139) is known color: Dallas. HEX triplet: 65, 51 and 39. RGB value is (101,81,57). Sum of RGB (Red+Green+Blue) = 101+81+57=239 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.26% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 101 - color contains mainly: red. Hex color #655139 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655139 is #9AAEC6. Grayscale: #545454. Windows color (decimal): -10137287 or 3756389. OLE color: 3756389.

HSL color Cylindrical-coordinate representation of color #655139: hue angle of 32.73º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #655139 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 81 57 -
CMYK 0 0.20 0.44 0.60
HSL 32.73º 0.28% 0.31% -
HSV(B) 32.73º 0.44% 0.4% -
XYZ 9.05 8.95 5.12 -
YUV 84.24 112.63 139.95 -
System Red Green Blue C M Y K H S L
Decimal 101 81 57 0 0.20 0.44 0.60 32.73 0.28 0.31
Hex 65 51 39 0 14 2C 3C 21 1C 1F
Octal 145 121 71 0 24 54 74 41 34 37
Binary 1100101 1010001 111001 0 10100 101100 111100 100001 11100 11111

Color Harmonies of #655139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655139

Black with #655139

Text Example


Text Example

White with #655139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655139; }

 p { color: rgb(101,81,57); }

 H1.HeaderClassName
 {
   color: #655139;
 }
 .AnyTagClassName
 {
   color: #655139;
 }
</style>

background-color css

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

 a { background-color: rgb(101,81,57); }

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

border-color css

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

 span { border-color: rgb(101,81,57); }

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