Html Css Color HEX #634152 Finn

📋 copy color: '#634152'

red 99 ◦ green 65 ◦ blue 82

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

Shades of Finn #634152

Tints of Finn #634152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 33.33%

R = 40.24%
G = 26.42%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#634152 (or 0x634152) is known color: Finn. HEX triplet: 63, 41 and 52. RGB value is (99,65,82). Sum of RGB (Red+Green+Blue) = 99+65+82=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 99 - color contains mainly: red. Hex color #634152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634152 is #9CBEAD. Grayscale: #4D4D4D. Windows color (decimal): -10272430 or 5390691. OLE color: 5390691.

HSL color Cylindrical-coordinate representation of color #634152: hue angle of 330º 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 #634152 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 65 82 -
CMYK 0 0.34 0.17 0.61
HSL 330º 0.21% 0.32% -
HSV(B) 330º 0.34% 0.39% -
XYZ 8.56 7.04 8.89 -
YUV 77.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 99 65 82 0 0.34 0.17 0.61 330 0.21 0.32
Hex 63 41 52 0 22 11 3D 14A 15 20
Octal 143 101 122 0 42 21 75 512 25 40
Binary 1100011 1000001 1010010 0 100010 10001 111101 101001010 10101 100000

Color Harmonies of #634152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634152

Black with #634152

Text Example


Text Example

White with #634152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634152; }

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

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

background-color css

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

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

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

border-color css

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

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

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