Html Css Color HEX #633F4E Finn

📋 copy color: '#633F4E'

red 99 ◦ green 63 ◦ blue 78

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

Shades of Finn #633F4E

Tints of Finn #633F4E

RGB

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

 GREEN value IS 63 (25% from 255) = 26.25%

 BLUE value IS 78 (30.86% from 255) = 32.5%

R = 41.25%
G = 26.25%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.61

RGB Variations

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

Color information

#633F4E (or 0x633F4E) is known color: Finn. HEX triplet: 63, 3F and 4E. RGB value is (99,63,78). Sum of RGB (Red+Green+Blue) = 99+63+78=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 99 - color contains mainly: red. Hex color #633F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633F4E is #9CC0B1. Grayscale: #4B4B4B. Windows color (decimal): -10272946 or 5128035. OLE color: 5128035.

HSL color Cylindrical-coordinate representation of color #633F4E: hue angle of 335º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #633F4E is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 63 78 -
CMYK 0 0.36 0.21 0.61
HSL 335º 0.22% 0.32% -
HSV(B) 335º 0.36% 0.39% -
XYZ 8.3 6.76 8.07 -
YUV 75.47 129.43 144.78 -
System Red Green Blue C M Y K H S L
Decimal 99 63 78 0 0.36 0.21 0.61 335 0.22 0.32
Hex 63 3F 4E 0 24 15 3D 14F 16 20
Octal 143 77 116 0 44 25 75 517 26 40
Binary 1100011 111111 1001110 0 100100 10101 111101 101001111 10110 100000

Color Harmonies of #633F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633F4E

Black with #633F4E

Text Example


Text Example

White with #633F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633F4E; }

 p { color: rgb(99,63,78); }

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

background-color css

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

 a { background-color: rgb(99,63,78); }

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

border-color css

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

 span { border-color: rgb(99,63,78); }

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