Html Css Color HEX #625038 Dallas

📋 copy color: '#625038'

red 98 ◦ green 80 ◦ blue 56

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

Shades of Dallas #625038

Tints of Dallas #625038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.93%

R = 41.88%
G = 34.19%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#625038 (or 0x625038) is known color: Dallas. HEX triplet: 62, 50 and 38. RGB value is (98,80,56). Sum of RGB (Red+Green+Blue) = 98+80+56=234 (30% of max value = 765). Red value is 98 (38.67% from 255 or 41.88% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 98 - color contains mainly: red. Hex color #625038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625038 is #9DAFC7. Grayscale: #525252. Windows color (decimal): -10334152 or 3690594. OLE color: 3690594.

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

Color convert

RGB 98 80 56 -
CMYK 0 0.18 0.43 0.62
HSL 34.29º 0.27% 0.3% -
HSV(B) 34.29º 0.43% 0.38% -
XYZ 8.62 8.62 4.95 -
YUV 82.65 112.96 138.95 -
System Red Green Blue C M Y K H S L
Decimal 98 80 56 0 0.18 0.43 0.62 34.29 0.27 0.3
Hex 62 50 38 0 12 2B 3E 22 1B 1E
Octal 142 120 70 0 22 53 76 42 33 36
Binary 1100010 1010000 111000 0 10010 101011 111110 100010 11011 11110

Color Harmonies of #625038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625038

Black with #625038

Text Example


Text Example

White with #625038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625038; }

 p { color: rgb(98,80,56); }

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

background-color css

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

 a { background-color: rgb(98,80,56); }

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

border-color css

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

 span { border-color: rgb(98,80,56); }

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