Html Css Color HEX #624930 Dallas

📋 copy color: '#624930'

red 98 ◦ green 73 ◦ blue 48

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

Shades of Dallas #624930

Tints of Dallas #624930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 21.92%

R = 44.75%
G = 33.33%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#624930 (or 0x624930) is known color: Dallas. HEX triplet: 62, 49 and 30. RGB value is (98,73,48). Sum of RGB (Red+Green+Blue) = 98+73+48=219 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.75% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 98 - color contains mainly: red. Hex color #624930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624930 is #9DB6CF. Grayscale: #4D4D4D. Windows color (decimal): -10335952 or 3164514. OLE color: 3164514.

HSL color Cylindrical-coordinate representation of color #624930: hue angle of 30º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #624930 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 73 48 -
CMYK 0 0.26 0.51 0.62
HSL 30º 0.34% 0.29% -
HSV(B) 30º 0.51% 0.38% -
XYZ 7.95 7.58 3.84 -
YUV 77.63 111.28 142.53 -
System Red Green Blue C M Y K H S L
Decimal 98 73 48 0 0.26 0.51 0.62 30 0.34 0.29
Hex 62 49 30 0 1A 33 3E 1E 22 1D
Octal 142 111 60 0 32 63 76 36 42 35
Binary 1100010 1001001 110000 0 11010 110011 111110 11110 100010 11101

Color Harmonies of #624930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624930

Black with #624930

Text Example


Text Example

White with #624930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624930; }

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

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

background-color css

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

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

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

border-color css

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

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

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