Html Css Color HEX #624B30 Dallas

📋 copy color: '#624B30'

red 98 ◦ green 75 ◦ blue 48

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

Shades of Dallas #624B30

Tints of Dallas #624B30

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.94%

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

R = 44.34%
G = 33.94%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#624B30 (or 0x624B30) is known color: Dallas. HEX triplet: 62, 4B and 30. RGB value is (98,75,48). Sum of RGB (Red+Green+Blue) = 98+75+48=221 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.34% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 98 - color contains mainly: red. Hex color #624B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624B30 is #9DB4CF. Grayscale: #4E4E4E. Windows color (decimal): -10335440 or 3165026. OLE color: 3165026.

HSL color Cylindrical-coordinate representation of color #624B30: hue angle of 32.4º 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 #624B30 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 75 48 -
CMYK 0 0.23 0.51 0.62
HSL 32.4º 0.34% 0.29% -
HSV(B) 32.4º 0.51% 0.38% -
XYZ 8.09 7.84 3.88 -
YUV 78.8 110.62 141.7 -
System Red Green Blue C M Y K H S L
Decimal 98 75 48 0 0.23 0.51 0.62 32.4 0.34 0.29
Hex 62 4B 30 0 17 33 3E 20 22 1D
Octal 142 113 60 0 27 63 76 40 42 35
Binary 1100010 1001011 110000 0 10111 110011 111110 100000 100010 11101

Color Harmonies of #624B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624B30

Black with #624B30

Text Example


Text Example

White with #624B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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