Html Css Color HEX #634650 Finn

📋 copy color: '#634650'

red 99 ◦ green 70 ◦ blue 80

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

Shades of Finn #634650

Tints of Finn #634650

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.11%

 BLUE value IS 80 (31.64% from 255) = 32.13%

R = 39.76%
G = 28.11%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#634650 (or 0x634650) is known color: Finn. HEX triplet: 63, 46 and 50. RGB value is (99,70,80). Sum of RGB (Red+Green+Blue) = 99+70+80=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 99 - color contains mainly: red. Hex color #634650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634650 is #9CB9AF. Grayscale: #4F4F4F. Windows color (decimal): -10271152 or 5260899. OLE color: 5260899.

HSL color Cylindrical-coordinate representation of color #634650: hue angle of 339.31º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #634650 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 70 80 -
CMYK 0 0.29 0.19 0.61
HSL 339.31º 0.17% 0.33% -
HSV(B) 339.31º 0.29% 0.39% -
XYZ 8.78 7.61 8.6 -
YUV 79.81 128.11 141.69 -
System Red Green Blue C M Y K H S L
Decimal 99 70 80 0 0.29 0.19 0.61 339.31 0.17 0.33
Hex 63 46 50 0 1D 13 3D 153 11 21
Octal 143 106 120 0 35 23 75 523 21 41
Binary 1100011 1000110 1010000 0 11101 10011 111101 101010011 10001 100001

Color Harmonies of #634650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634650

Black with #634650

Text Example


Text Example

White with #634650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634650; }

 p { color: rgb(99,70,80); }

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

background-color css

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

 a { background-color: rgb(99,70,80); }

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

border-color css

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

 span { border-color: rgb(99,70,80); }

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