Html Css Color HEX #634352 Finn

📋 copy color: '#634352'

red 99 ◦ green 67 ◦ blue 82

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

Shades of Finn #634352

Tints of Finn #634352

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.02%

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

R = 39.92%
G = 27.02%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#634352 (or 0x634352) is known color: Finn. HEX triplet: 63, 43 and 52. RGB value is (99,67,82). Sum of RGB (Red+Green+Blue) = 99+67+82=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 99 - color contains mainly: red. Hex color #634352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634352 is #9CBCAD. Grayscale: #4E4E4E. Windows color (decimal): -10271918 or 5391203. OLE color: 5391203.

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

Color convert

RGB 99 67 82 -
CMYK 0 0.32 0.17 0.61
HSL 331.88º 0.19% 0.33% -
HSV(B) 331.88º 0.32% 0.39% -
XYZ 8.68 7.28 8.93 -
YUV 78.28 130.1 142.78 -
System Red Green Blue C M Y K H S L
Decimal 99 67 82 0 0.32 0.17 0.61 331.88 0.19 0.33
Hex 63 43 52 0 20 11 3D 14C 13 21
Octal 143 103 122 0 40 21 75 514 23 41
Binary 1100011 1000011 1010010 0 100000 10001 111101 101001100 10011 100001

Color Harmonies of #634352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634352

Black with #634352

Text Example


Text Example

White with #634352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634352; }

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

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

background-color css

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

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

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

border-color css

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

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

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