Html Css Color HEX #634855 Finn

📋 copy color: '#634855'

red 99 ◦ green 72 ◦ blue 85

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

Shades of Finn #634855

Tints of Finn #634855

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.13%

 BLUE value IS 85 (33.59% from 255) = 33.2%

R = 38.67%
G = 28.13%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#634855 (or 0x634855) is known color: Finn. HEX triplet: 63, 48 and 55. RGB value is (99,72,85). Sum of RGB (Red+Green+Blue) = 99+72+85=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 99 - color contains mainly: red. Hex color #634855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634855 is #9CB7AA. Grayscale: #515151. Windows color (decimal): -10270635 or 5589091. OLE color: 5589091.

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

Color convert

RGB 99 72 85 -
CMYK 0 0.27 0.14 0.61
HSL 331.11º 0.16% 0.34% -
HSV(B) 331.11º 0.27% 0.39% -
XYZ 9.1 7.94 9.65 -
YUV 81.56 129.95 140.44 -
System Red Green Blue C M Y K H S L
Decimal 99 72 85 0 0.27 0.14 0.61 331.11 0.16 0.34
Hex 63 48 55 0 1B E 3D 14B 10 22
Octal 143 110 125 0 33 16 75 513 20 42
Binary 1100011 1001000 1010101 0 11011 1110 111101 101001011 10000 100010

Color Harmonies of #634855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634855

Black with #634855

Text Example


Text Example

White with #634855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634855; }

 p { color: rgb(99,72,85); }

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

background-color css

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

 a { background-color: rgb(99,72,85); }

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

border-color css

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

 span { border-color: rgb(99,72,85); }

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