Html Css Color HEX #625136 Dallas

📋 copy color: '#625136'

red 98 ◦ green 81 ◦ blue 54

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

Shades of Dallas #625136

Tints of Dallas #625136

RGB

 RED value IS 98 (38.67% from 255) = 42.06%

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

 BLUE value IS 54 (21.48% from 255) = 23.18%

R = 42.06%
G = 34.76%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#625136 (or 0x625136) is known color: Dallas. HEX triplet: 62, 51 and 36. RGB value is (98,81,54). Sum of RGB (Red+Green+Blue) = 98+81+54=233 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.06% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 98 - color contains mainly: red. Hex color #625136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625136 is #9DAEC9. Grayscale: #535353. Windows color (decimal): -10333898 or 3559778. OLE color: 3559778.

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

Color convert

RGB 98 81 54 -
CMYK 0 0.17 0.45 0.62
HSL 36.82º 0.29% 0.3% -
HSV(B) 36.82º 0.45% 0.38% -
XYZ 8.65 8.75 4.72 -
YUV 83.01 111.63 138.7 -
System Red Green Blue C M Y K H S L
Decimal 98 81 54 0 0.17 0.45 0.62 36.82 0.29 0.3
Hex 62 51 36 0 11 2D 3E 25 1D 1E
Octal 142 121 66 0 21 55 76 45 35 36
Binary 1100010 1010001 110110 0 10001 101101 111110 100101 11101 11110

Color Harmonies of #625136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625136

Black with #625136

Text Example


Text Example

White with #625136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625136; }

 p { color: rgb(98,81,54); }

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

background-color css

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

 a { background-color: rgb(98,81,54); }

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

border-color css

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

 span { border-color: rgb(98,81,54); }

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