Html Css Color HEX #624D32 Dallas

📋 copy color: '#624D32'

red 98 ◦ green 77 ◦ blue 50

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

Shades of Dallas #624D32

Tints of Dallas #624D32

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.22%

 BLUE value IS 50 (19.92% from 255) = 22.22%

R = 43.56%
G = 34.22%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#624D32 (or 0x624D32) is known color: Dallas. HEX triplet: 62, 4D and 32. RGB value is (98,77,50). Sum of RGB (Red+Green+Blue) = 98+77+50=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 98 - color contains mainly: red. Hex color #624D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624D32 is #9DB2CD. Grayscale: #505050. Windows color (decimal): -10334926 or 3296610. OLE color: 3296610.

HSL color Cylindrical-coordinate representation of color #624D32: hue angle of 33.75º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #624D32 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 77 50 -
CMYK 0 0.21 0.49 0.62
HSL 33.75º 0.32% 0.29% -
HSV(B) 33.75º 0.49% 0.38% -
XYZ 8.27 8.13 4.15 -
YUV 80.2 110.96 140.7 -
System Red Green Blue C M Y K H S L
Decimal 98 77 50 0 0.21 0.49 0.62 33.75 0.32 0.29
Hex 62 4D 32 0 15 31 3E 22 20 1D
Octal 142 115 62 0 25 61 76 42 40 35
Binary 1100010 1001101 110010 0 10101 110001 111110 100010 100000 11101

Color Harmonies of #624D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624D32

Black with #624D32

Text Example


Text Example

White with #624D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624D32; }

 p { color: rgb(98,77,50); }

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

background-color css

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

 a { background-color: rgb(98,77,50); }

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

border-color css

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

 span { border-color: rgb(98,77,50); }

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