Html Css Color HEX #634D58 Finn

📋 copy color: '#634D58'

red 99 ◦ green 77 ◦ blue 88

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

Shades of Finn #634D58

Tints of Finn #634D58

RGB

 RED value IS 99 (39.06% from 255) = 37.5%

 GREEN value IS 77 (30.47% from 255) = 29.17%

 BLUE value IS 88 (34.77% from 255) = 33.33%

R = 37.5%
G = 29.17%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#634D58 (or 0x634D58) is known color: Finn. HEX triplet: 63, 4D and 58. RGB value is (99,77,88). Sum of RGB (Red+Green+Blue) = 99+77+88=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 88 (34.77% from 255 or 33.33% from 264); Max value from RGB is 99 - color contains mainly: red. Hex color #634D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634D58 is #9CB2A7. Grayscale: #545454. Windows color (decimal): -10269352 or 5786979. OLE color: 5786979.

HSL color Cylindrical-coordinate representation of color #634D58: hue angle of 330º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #634D58 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 77 88 -
CMYK 0 0.22 0.11 0.61
HSL 330º 0.13% 0.35% -
HSV(B) 330º 0.22% 0.39% -
XYZ 9.56 8.66 10.4 -
YUV 84.83 129.79 138.11 -
System Red Green Blue C M Y K H S L
Decimal 99 77 88 0 0.22 0.11 0.61 330 0.13 0.35
Hex 63 4D 58 0 16 B 3D 14A C 23
Octal 143 115 130 0 26 13 75 512 14 43
Binary 1100011 1001101 1011000 0 10110 1011 111101 101001010 1100 100011

Color Harmonies of #634D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634D58

Black with #634D58

Text Example


Text Example

White with #634D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634D58; }

 p { color: rgb(99,77,88); }

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

background-color css

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

 a { background-color: rgb(99,77,88); }

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

border-color css

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

 span { border-color: rgb(99,77,88); }

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