#624930

Color #624930 Dallas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dallas #624930

Tints of Dallas #624930

Color information

#624930 (or 0x624930) is unknown color: approx 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

RGB987348-
CMYK00.260.510.62
HSL30º34.25%28.63%-
HSV(B)30º51.02%38.43%-
XYZ7.957.583.84-
YUV77.62111.28142.53-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98734800.260.510.623034.2528.63
Hex62493001A333E1e221d
Octal142111600326376364235
Binary110001010010011100000110101100111111101111010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>