Html Css Color HEX #634051 Finn

📋 copy color: '#634051'

red 99 ◦ green 64 ◦ blue 81

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

Shades of Finn #634051

Tints of Finn #634051

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.23%

 BLUE value IS 81 (32.03% from 255) = 33.2%

R = 40.57%
G = 26.23%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.61

RGB Variations

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

Color information

#634051 (or 0x634051) is known color: Finn. HEX triplet: 63, 40 and 51. RGB value is (99,64,81). Sum of RGB (Red+Green+Blue) = 99+64+81=244 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.57% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 99 - color contains mainly: red. Hex color #634051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634051 is #9CBFAE. Grayscale: #4C4C4C. Windows color (decimal): -10272687 or 5324899. OLE color: 5324899.

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

Color convert

RGB 99 64 81 -
CMYK 0 0.35 0.18 0.61
HSL 330.86º 0.21% 0.32% -
HSV(B) 330.86º 0.35% 0.39% -
XYZ 8.46 6.91 8.67 -
YUV 76.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 99 64 81 0 0.35 0.18 0.61 330.86 0.21 0.32
Hex 63 40 51 0 23 12 3D 14B 15 20
Octal 143 100 121 0 43 22 75 513 25 40
Binary 1100011 1000000 1010001 0 100011 10010 111101 101001011 10101 100000

Color Harmonies of #634051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634051

Black with #634051

Text Example


Text Example

White with #634051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634051; }

 p { color: rgb(99,64,81); }

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

background-color css

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

 a { background-color: rgb(99,64,81); }

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

border-color css

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

 span { border-color: rgb(99,64,81); }

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