Html Css Color HEX #633D55 Finn

📋 copy color: '#633D55'

red 99 ◦ green 61 ◦ blue 85

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

Shades of Finn #633D55

Tints of Finn #633D55

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.9%

 BLUE value IS 85 (33.59% from 255) = 34.69%

R = 40.41%
G = 24.9%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#633D55 (or 0x633D55) is known color: Finn. HEX triplet: 63, 3D and 55. RGB value is (99,61,85). Sum of RGB (Red+Green+Blue) = 99+61+85=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #633D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633D55 is #9CC2AA. Grayscale: #4B4B4B. Windows color (decimal): -10273451 or 5586275. OLE color: 5586275.

HSL color Cylindrical-coordinate representation of color #633D55: hue angle of 322.11º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #633D55 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 61 85 -
CMYK 0 0.38 0.14 0.61
HSL 322.11º 0.24% 0.31% -
HSV(B) 322.11º 0.38% 0.39% -
XYZ 8.45 6.65 9.43 -
YUV 75.1 133.59 145.05 -
System Red Green Blue C M Y K H S L
Decimal 99 61 85 0 0.38 0.14 0.61 322.11 0.24 0.31
Hex 63 3D 55 0 26 E 3D 142 18 1F
Octal 143 75 125 0 46 16 75 502 30 37
Binary 1100011 111101 1010101 0 100110 1110 111101 101000010 11000 11111

Color Harmonies of #633D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633D55

Black with #633D55

Text Example


Text Example

White with #633D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,61,85); }

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

background-color css

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

 a { background-color: rgb(99,61,85); }

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

border-color css

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

 span { border-color: rgb(99,61,85); }

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