Html Css Color HEX #63434F Finn

📋 copy color: '#63434F'

red 99 ◦ green 67 ◦ blue 79

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

Shades of Finn #63434F

Tints of Finn #63434F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.24%

R = 40.41%
G = 27.35%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.61

RGB Variations

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

Color information

#63434F (or 0x63434F) is known color: Finn. HEX triplet: 63, 43 and 4F. RGB value is (99,67,79). Sum of RGB (Red+Green+Blue) = 99+67+79=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #63434F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63434F is #9CBCB0. Grayscale: #4D4D4D. Windows color (decimal): -10271921 or 5194595. OLE color: 5194595.

HSL color Cylindrical-coordinate representation of color #63434F: hue angle of 337.5º 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 #63434F is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 67 79 -
CMYK 0 0.32 0.20 0.61
HSL 337.5º 0.19% 0.33% -
HSV(B) 337.5º 0.32% 0.39% -
XYZ 8.56 7.23 8.34 -
YUV 77.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 99 67 79 0 0.32 0.20 0.61 337.5 0.19 0.33
Hex 63 43 4F 0 20 14 3D 152 13 21
Octal 143 103 117 0 40 24 75 522 23 41
Binary 1100011 1000011 1001111 0 100000 10100 111101 101010010 10011 100001

Color Harmonies of #63434F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63434F

Black with #63434F

Text Example


Text Example

White with #63434F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63434F; }

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

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

background-color css

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

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

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

border-color css

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

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

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