Html Css Color HEX #624B5C Purple Taupe

📋 copy color: '#624B5C'

red 98 ◦ green 75 ◦ blue 92

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

Shades of Purple Taupe #624B5C

Tints of Purple Taupe #624B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.72%

R = 36.98%
G = 28.3%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#624B5C (or 0x624B5C) is known color: Purple Taupe. HEX triplet: 62, 4B and 5C. RGB value is (98,75,92). Sum of RGB (Red+Green+Blue) = 98+75+92=265 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.98% from 265); Green value is 75 (29.69% from 255 or 28.30% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 98 - color contains mainly: red. Hex color #624B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624B5C is #9DB4A3. Grayscale: #535353. Windows color (decimal): -10335396 or 6048610. OLE color: 6048610.

HSL color Cylindrical-coordinate representation of color #624B5C: hue angle of 315.65º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #624B5C is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 75 92 -
CMYK 0 0.23 0.06 0.62
HSL 315.65º 0.13% 0.34% -
HSV(B) 315.65º 0.23% 0.38% -
XYZ 9.48 8.4 11.25 -
YUV 83.82 132.62 138.12 -
System Red Green Blue C M Y K H S L
Decimal 98 75 92 0 0.23 0.06 0.62 315.65 0.13 0.34
Hex 62 4B 5C 0 17 6 3E 13C D 22
Octal 142 113 134 0 27 6 76 474 15 42
Binary 1100010 1001011 1011100 0 10111 110 111110 100111100 1101 100010

Color Harmonies of #624B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624B5C

Black with #624B5C

Text Example


Text Example

White with #624B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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