Html Css Color HEX #624828 Dallas

📋 copy color: '#624828'

red 98 ◦ green 72 ◦ blue 40

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

Shades of Dallas #624828

Tints of Dallas #624828

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.29%

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

R = 46.67%
G = 34.29%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#624828 (or 0x624828) is known color: Dallas. HEX triplet: 62, 48 and 28. RGB value is (98,72,40). Sum of RGB (Red+Green+Blue) = 98+72+40=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #624828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624828 is #9DB7D7. Grayscale: #4C4C4C. Windows color (decimal): -10336216 or 2639970. OLE color: 2639970.

HSL color Cylindrical-coordinate representation of color #624828: hue angle of 33.1º 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 #624828 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 72 40 -
CMYK 0 0.27 0.59 0.62
HSL 33.1º 0.42% 0.27% -
HSV(B) 33.1º 0.59% 0.38% -
XYZ 7.74 7.38 3.03 -
YUV 76.13 107.61 143.6 -
System Red Green Blue C M Y K H S L
Decimal 98 72 40 0 0.27 0.59 0.62 33.1 0.42 0.27
Hex 62 48 28 0 1B 3B 3E 21 2A 1B
Octal 142 110 50 0 33 73 76 41 52 33
Binary 1100010 1001000 101000 0 11011 111011 111110 100001 101010 11011

Color Harmonies of #624828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624828

Black with #624828

Text Example


Text Example

White with #624828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624828; }

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

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

background-color css

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

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

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

border-color css

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

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

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