Html Css Color HEX #624B28 Dallas

📋 copy color: '#624B28'

red 98 ◦ green 75 ◦ blue 40

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

Shades of Dallas #624B28

Tints of Dallas #624B28

RGB

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

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

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

R = 46.01%
G = 35.21%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#624B28 (or 0x624B28) is known color: Dallas. HEX triplet: 62, 4B and 28. RGB value is (98,75,40). Sum of RGB (Red+Green+Blue) = 98+75+40=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 75 (29.69% from 255 or 35.21% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 98 - color contains mainly: red. Hex color #624B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624B28 is #9DB4D7. Grayscale: #4E4E4E. Windows color (decimal): -10335448 or 2640738. OLE color: 2640738.

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

Color convert

RGB 98 75 40 -
CMYK 0 0.23 0.59 0.62
HSL 36.21º 0.42% 0.27% -
HSV(B) 36.21º 0.59% 0.38% -
XYZ 7.94 7.78 3.09 -
YUV 77.89 106.62 142.35 -
System Red Green Blue C M Y K H S L
Decimal 98 75 40 0 0.23 0.59 0.62 36.21 0.42 0.27
Hex 62 4B 28 0 17 3B 3E 24 2A 1B
Octal 142 113 50 0 27 73 76 44 52 33
Binary 1100010 1001011 101000 0 10111 111011 111110 100100 101010 11011

Color Harmonies of #624B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624B28

Black with #624B28

Text Example


Text Example

White with #624B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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