Html Css Color HEX #655039 Dallas

📋 copy color: '#655039'

red 101 ◦ green 80 ◦ blue 57

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

Shades of Dallas #655039

Tints of Dallas #655039

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.61%

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

R = 42.44%
G = 33.61%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.60

RGB Variations

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

Color information

#655039 (or 0x655039) is known color: Dallas. HEX triplet: 65, 50 and 39. RGB value is (101,80,57). Sum of RGB (Red+Green+Blue) = 101+80+57=238 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.44% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 57 (22.66% from 255 or 23.95% from 238); Max value from RGB is 101 - color contains mainly: red. Hex color #655039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655039 is #9AAFC6. Grayscale: #535353. Windows color (decimal): -10137543 or 3756133. OLE color: 3756133.

HSL color Cylindrical-coordinate representation of color #655039: hue angle of 31.36º 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 #655039 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 80 57 -
CMYK 0 0.21 0.44 0.60
HSL 31.36º 0.28% 0.31% -
HSV(B) 31.36º 0.44% 0.4% -
XYZ 8.97 8.8 5.1 -
YUV 83.66 112.96 140.37 -
System Red Green Blue C M Y K H S L
Decimal 101 80 57 0 0.21 0.44 0.60 31.36 0.28 0.31
Hex 65 50 39 0 15 2C 3C 1F 1C 1F
Octal 145 120 71 0 25 54 74 37 34 37
Binary 1100101 1010000 111001 0 10101 101100 111100 11111 11100 11111

Color Harmonies of #655039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655039

Black with #655039

Text Example


Text Example

White with #655039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655039; }

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

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

background-color css

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

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

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

border-color css

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

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

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