Html Css Color HEX #634250 Finn

📋 copy color: '#634250'

red 99 ◦ green 66 ◦ blue 80

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

Shades of Finn #634250

Tints of Finn #634250

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.94%

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

R = 40.41%
G = 26.94%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#634250 (or 0x634250) is known color: Finn. HEX triplet: 63, 42 and 50. RGB value is (99,66,80). Sum of RGB (Red+Green+Blue) = 99+66+80=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #634250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634250 is #9CBDAF. Grayscale: #4D4D4D. Windows color (decimal): -10272176 or 5259875. OLE color: 5259875.

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

Color convert

RGB 99 66 80 -
CMYK 0 0.33 0.19 0.61
HSL 334.55º 0.2% 0.32% -
HSV(B) 334.55º 0.33% 0.39% -
XYZ 8.54 7.13 8.52 -
YUV 77.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 99 66 80 0 0.33 0.19 0.61 334.55 0.2 0.32
Hex 63 42 50 0 21 13 3D 14F 14 20
Octal 143 102 120 0 41 23 75 517 24 40
Binary 1100011 1000010 1010000 0 100001 10011 111101 101001111 10100 100000

Color Harmonies of #634250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634250

Black with #634250

Text Example


Text Example

White with #634250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634250; }

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

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

background-color css

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

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

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

border-color css

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

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

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