Html Css Color HEX #624D28 Dallas

📋 copy color: '#624D28'

red 98 ◦ green 77 ◦ blue 40

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

Shades of Dallas #624D28

Tints of Dallas #624D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.6%

R = 45.58%
G = 35.81%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#624D28 (or 0x624D28) is known color: Dallas. HEX triplet: 62, 4D and 28. RGB value is (98,77,40). Sum of RGB (Red+Green+Blue) = 98+77+40=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 98 - color contains mainly: red. Hex color #624D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624D28 is #9DB2D7. Grayscale: #4F4F4F. Windows color (decimal): -10334936 or 2641250. OLE color: 2641250.

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

Color convert

RGB 98 77 40 -
CMYK 0 0.21 0.59 0.62
HSL 38.28º 0.42% 0.27% -
HSV(B) 38.28º 0.59% 0.38% -
XYZ 8.07 8.06 3.14 -
YUV 79.06 105.96 141.51 -
System Red Green Blue C M Y K H S L
Decimal 98 77 40 0 0.21 0.59 0.62 38.28 0.42 0.27
Hex 62 4D 28 0 15 3B 3E 26 2A 1B
Octal 142 115 50 0 25 73 76 46 52 33
Binary 1100010 1001101 101000 0 10101 111011 111110 100110 101010 11011

Color Harmonies of #624D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624D28

Black with #624D28

Text Example


Text Example

White with #624D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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