Html Css Color HEX #634150 Finn

📋 copy color: '#634150'

red 99 ◦ green 65 ◦ blue 80

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

Shades of Finn #634150

Tints of Finn #634150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.64%

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

R = 40.57%
G = 26.64%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#634150 (or 0x634150) is known color: Finn. HEX triplet: 63, 41 and 50. RGB value is (99,65,80). Sum of RGB (Red+Green+Blue) = 99+65+80=244 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.57% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 99 - color contains mainly: red. Hex color #634150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634150 is #9CBEAF. Grayscale: #4C4C4C. Windows color (decimal): -10272432 or 5259619. OLE color: 5259619.

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

Color convert

RGB 99 65 80 -
CMYK 0 0.34 0.19 0.61
HSL 333.53º 0.21% 0.32% -
HSV(B) 333.53º 0.34% 0.39% -
XYZ 8.48 7.01 8.5 -
YUV 76.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 99 65 80 0 0.34 0.19 0.61 333.53 0.21 0.32
Hex 63 41 50 0 22 13 3D 14E 15 20
Octal 143 101 120 0 42 23 75 516 25 40
Binary 1100011 1000001 1010000 0 100010 10011 111101 101001110 10101 100000

Color Harmonies of #634150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634150

Black with #634150

Text Example


Text Example

White with #634150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634150; }

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

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

background-color css

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

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

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

border-color css

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

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

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