Html Css Color HEX #624932 Dallas

📋 copy color: '#624932'

red 98 ◦ green 73 ◦ blue 50

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

Shades of Dallas #624932

Tints of Dallas #624932

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.03%

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

R = 44.34%
G = 33.03%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#624932 (or 0x624932) is known color: Dallas. HEX triplet: 62, 49 and 32. RGB value is (98,73,50). Sum of RGB (Red+Green+Blue) = 98+73+50=221 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.34% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 98 - color contains mainly: red. Hex color #624932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624932 is #9DB6CD. Grayscale: #4D4D4D. Windows color (decimal): -10335950 or 3295586. OLE color: 3295586.

HSL color Cylindrical-coordinate representation of color #624932: hue angle of 28.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 #624932 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 73 50 -
CMYK 0 0.26 0.49 0.62
HSL 28.75º 0.32% 0.29% -
HSV(B) 28.75º 0.49% 0.38% -
XYZ 8 7.59 4.06 -
YUV 77.85 112.28 142.37 -
System Red Green Blue C M Y K H S L
Decimal 98 73 50 0 0.26 0.49 0.62 28.75 0.32 0.29
Hex 62 49 32 0 1A 31 3E 1D 20 1D
Octal 142 111 62 0 32 61 76 35 40 35
Binary 1100010 1001001 110010 0 11010 110001 111110 11101 100000 11101

Color Harmonies of #624932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624932

Black with #624932

Text Example


Text Example

White with #624932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624932; }

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

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

background-color css

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

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

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

border-color css

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

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

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