Html Css Color HEX #624628 Dallas

📋 copy color: '#624628'

red 98 ◦ green 70 ◦ blue 40

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

Shades of Dallas #624628

Tints of Dallas #624628

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.65%

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

R = 47.12%
G = 33.65%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#624628 (or 0x624628) is known color: Dallas. HEX triplet: 62, 46 and 28. RGB value is (98,70,40). Sum of RGB (Red+Green+Blue) = 98+70+40=208 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.12% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 98 - color contains mainly: red. Hex color #624628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624628 is #9DB9D7. Grayscale: #4B4B4B. Windows color (decimal): -10336728 or 2639458. OLE color: 2639458.

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

Color convert

RGB 98 70 40 -
CMYK 0 0.29 0.59 0.62
HSL 31.03º 0.42% 0.27% -
HSV(B) 31.03º 0.59% 0.38% -
XYZ 7.61 7.13 2.98 -
YUV 74.95 108.28 144.44 -
System Red Green Blue C M Y K H S L
Decimal 98 70 40 0 0.29 0.59 0.62 31.03 0.42 0.27
Hex 62 46 28 0 1D 3B 3E 1F 2A 1B
Octal 142 106 50 0 35 73 76 37 52 33
Binary 1100010 1000110 101000 0 11101 111011 111110 11111 101010 11011

Color Harmonies of #624628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624628

Black with #624628

Text Example


Text Example

White with #624628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624628; }

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

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

background-color css

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

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

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

border-color css

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

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

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